public class CommandLineOption extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CommandLineOption.InputOutput |
static class |
CommandLineOption.Type |
| Constructor and Description |
|---|
CommandLineOption() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
String |
getFlag() |
CommandLineOption.InputOutput |
getInputOutput() |
String |
getOptionId() |
CommandLineOption.Type |
getType() |
String |
getValue() |
boolean |
isCommandline() |
void |
setCommandline(boolean commandline) |
void |
setFilename(String filename) |
void |
setFlag(String flag) |
void |
setInputOutput(CommandLineOption.InputOutput inputOutput) |
void |
setOptionId(String optionId) |
void |
setType(CommandLineOption.Type type) |
void |
setValue(String value) |
public CommandLineOption.Type getType()
public void setType(CommandLineOption.Type type)
type - the type to setpublic String getOptionId()
public void setOptionId(String optionId)
optionId - the optionId to setpublic String getFlag()
public void setFlag(String flag)
flag - the flag to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic boolean isCommandline()
public void setCommandline(boolean commandline)
commandline - the commandline to setpublic CommandLineOption.InputOutput getInputOutput()
public void setInputOutput(CommandLineOption.InputOutput inputOutput)
inputOutput - the inputOutput to setpublic String getFilename()
public void setFilename(String filename)
filename - the filename to setCopyright © 2017. All rights reserved.