Method Summary |
|
public static String | classFileName(String className) Helper method to get the class name with the
java extension. |
public static String | classname(String className) Helper method to extract the class name
of the given full qualified class name. |
public static List<ICompilationUnit> | getICompilationUnits() get all Compilation Units in the workspace. |
public static String | getImplementation(ICompilationUnit unit) helper method to get the implementation of the
given compilation unit. |
public static String | implementation(IPath path, String className) Converts the path of a Class File to the full qualified Java Class File Notation. |
public static String | packageStructure(String packageName) Helper method to get the class path with the '/' notation. |
public static String | packagename(String className) Helper method to extract the packagename
of the given full qualified class name. |
public static void | removeEnvEntrySource(EditPart editPart, EnvEntry envEntry) Helper method to remove the source code for given environment entry. |