| java.lang.Object com.bostechcorp.cbesb.ui.ide.util.JavaProjectUtil
JavaProjectUtil | public class JavaProjectUtil (Code) | | |
addNature | public static void addNature(IProject project, String nature)(Code) | | |
createSourceClasspathEntry | public static IClasspathEntry createSourceClasspathEntry(IProject project, String srcFolderName) throws CoreException(Code) | | Description of the Method
Parameters: project - Description of the Parameter Parameters: srcFolderName - Description of the Parameter Description of the Return Value exception: CoreException - Description of the Exception |
createSourceClasspathEntry | public static IClasspathEntry createSourceClasspathEntry(IProject project, String srcFolderName, String outputFolderName) throws CoreException(Code) | | Description of the Method
Parameters: project - Description of the Parameter Parameters: srcFolderName - Description of the Parameter Parameters: outputFolderName - Description of the Parameter Description of the Return Value exception: CoreException - Description of the Exception |
getProject | public static IProject getProject(IStructuredSelection selection)(Code) | | |
mergeClasspathEntry | public static IClasspathEntry[] mergeClasspathEntry(IClasspathEntry[] entries, IClasspathEntry cpEntry) throws CoreException(Code) | | Description of the Method
Description of the Return Value exception: CoreException - Description of the Exception |
removeClasspathEntry | public static IClasspathEntry[] removeClasspathEntry(IClasspathEntry[] entries, IClasspathEntry cpEntry) throws CoreException(Code) | | Description of the Method
Parameters: entries - Description of the Parameter Parameters: cpEntry - Description of the Parameter Description of the Return Value exception: CoreException - Description of the Exception |
|
|