Unify extension point and extension registration in plugin and cli

This commit is contained in:
Zalim Bashorov
2014-11-19 01:01:26 +03:00
parent 14d663bcab
commit 912727e5d2
12 changed files with 206 additions and 47 deletions
@@ -127,7 +127,8 @@ public class PathUtil {
return NO_PATH;
}
private static File getPathUtilJar() {
@NotNull
public static File getPathUtilJar() {
return getJarPathForClass(PathUtil.class);
}