public class AutomatorProperties extends Object
| Constructor and Description |
|---|
AutomatorProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBrowser() |
File |
getDir() |
File |
getFile() |
String[] |
getModulePaths() |
String |
getScript() |
boolean |
isHelp() |
boolean |
isVersion() |
void |
setBrowser(String browser) |
void |
setDir(File dir) |
void |
setFile(File file) |
void |
setHelp(boolean help) |
void |
setModulePaths(String[] modulePaths) |
void |
setScript(String script) |
void |
setVersion(boolean version) |
public String getBrowser()
public void setBrowser(String browser)
public File getFile()
public void setFile(File file)
public File getDir()
public void setDir(File dir)
public String[] getModulePaths()
public void setModulePaths(String[] modulePaths)
public String getScript()
public void setScript(String script)
public boolean isHelp()
public void setHelp(boolean help)
public boolean isVersion()
public void setVersion(boolean version)
Copyright © 2017 VILT Group. All rights reserved.