public class CommandLineOptionValue extends Object
| Constructor and Description |
|---|
CommandLineOptionValue(CommandLineOption option,
String value)
Construct one value
|
| Modifier and Type | Method and Description |
|---|---|
CommandLineOption |
getOption() |
String |
getValue() |
void |
setOption(CommandLineOption option) |
void |
setValue(String value) |
public CommandLineOptionValue(CommandLineOption option, String value)
option - the option to which this value appliesvalue - the actual valuepublic CommandLineOption getOption()
public void setOption(CommandLineOption option)
option - the option to setpublic String getValue()
public void setValue(String value)
value - the value to setCopyright © 2017. All rights reserved.