| |
|
| java.lang.Object projects.apitest.Utilities
Utilities | public class Utilities (Code) | | author: jaromiruhrik |
Utilities | public Utilities()(Code) | | Creates a new instance of Utilities
|
closeProject | public static boolean closeProject(String name)(Code) | | Closes project with given name.
Parameters: name - system or display name of project to be closed. true if project is closed, false in other cases. |
deleteProjectFolder | public static boolean deleteProjectFolder(String projectFolder)(Code) | | |
openProject | public static Project openProject(File projectDir)(Code) | | Opens project in specified directory.
Parameters: projectDir - a directory with project to open Project instance of opened project |
openProject | public static Object openProject(String projectPath)(Code) | | Opens project on specified path.
Parameters: projectPath - path to a directory with project to open Project instance of opened project |
|
|
|