失去状态路径

得到状态路径通过Plugin?getStateLocation() ?可以得到该插件的状态路径如:工作空间/.metadata/.plugins/

得到状态路径

通过Plugin?getStateLocation() ?可以得到该插件的状态路径

如:

工作空间/.metadata/.plugins/插件名称

?

public final IPath getStateLocation() throws IllegalStateException {

return InternalPlatform.getDefault().getStateLocation(bundle, true);

}