public class ProjectProperties extends Object
| Constructor and Description |
|---|
ProjectProperties() |
| Modifier and Type | Method and Description |
|---|---|
File |
getDir() |
String |
getProjectName() |
File |
getResourcesDir() |
boolean |
isAutomatorProject() |
boolean |
isCucumberProject() |
void |
setDir(File dir) |
void |
setResourcesDir(File resourcesDir) |
public void setDir(File dir)
public File getDir()
public void setResourcesDir(File resourcesDir)
public File getResourcesDir()
public String getProjectName()
public boolean isCucumberProject()
public boolean isAutomatorProject()
Copyright © 2019 VILT Group. All rights reserved.