Method Summary |
|
public static boolean | isRegularJavaProject(File projectDir) Returns whether there is a valid project in the given
projectDir and if the project has java nature. |
public static boolean | isRegularJavaProject(String projectDir) Returns whether there is a valid project in the given
projectDir and if the project has java nature. |
public static boolean | isRegularProject(String projectDir) Returns whether there is a valid project in the given
projectDir . |
public static boolean | isRegularProject(File projectDir) Returns whether there is a valid project in the given
projectDir . |
public static boolean | isRegularWorkSpace(String workspaceDir) Returns whether there is a valid workspace in the given
workspaceDir . |
public static boolean | isRegularWorkSpace(File workspaceDir) Returns whether there is a valid workspace in the given
workspaceDir . |
public static boolean | isWritable(String projectDestination) |
static Properties | loadProperties(File file) Load properties from a given file . |