public class CommandLineArguments extends Object
| Constructor and Description |
|---|
CommandLineArguments() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConfigFile() |
String |
getPidFile() |
boolean |
isDebug() |
boolean |
isNoPidFile() |
boolean |
isShowHelp() |
boolean |
isShowVersion() |
void |
setConfigFile(String configFile) |
void |
setDebug(boolean debug) |
void |
setNoPidFile(boolean noPidFile) |
void |
setPidFile(String pidFile) |
public String getConfigFile()
public void setConfigFile(String configFile)
public String getPidFile()
public void setPidFile(String pidFile)
public boolean isNoPidFile()
public void setNoPidFile(boolean noPidFile)
public boolean isDebug()
public void setDebug(boolean debug)
public boolean isShowVersion()
public boolean isShowHelp()
Copyright © 2014. All Rights Reserved.