Method Summary |
|
public static List<String> | getMetaModelFiles() get all Meta Model Files (*.ecore) in the workspace. |
public static List<String> | getModelFiles() get all Model Files (*.concept) in the workspace. |
public static String | getModelImplProperty(EditPart editPart) get the implementation property of a model element. |
public static List<IFile> | scanWorkspace(String fileExtension) Scans the whole workspace for files with the given file extension. |
public static List<IFile> | search(IFolder folder, String ending) Searches for files with the given file extension starting at
the given folder. |