public interface Arg
Modifier and Type | Method and Description |
---|---|
void |
setFile(java.io.File file) |
void |
setLine(java.lang.String line) |
void |
setMask(boolean mask)
Whether to hide the argument value when a command line prints the arguments.
|
void |
setValue(java.lang.String value) |
void setValue(java.lang.String value)
value
- the value to be setvoid setLine(java.lang.String line) throws CommandLineException
line
- the line of argumentsCommandLineException
- in case of unbalanced quotes.void setFile(java.io.File file)
file
- the file to be setvoid setMask(boolean mask)
mask
- new state of the mask
property