public interface Arg
| Modifier and Type | Method and Description |
|---|---|
void |
setFile(File file) |
void |
setLine(String line) |
void |
setMask(boolean mask)
Whether to hide the argument value when a command line prints the arguments.
|
void |
setValue(String value) |
void setValue(String value)
value - the value to be setvoid setLine(String line) throws CommandLineException
line - the line of argumentsCommandLineException - in case of unbalanced quotes.void setFile(File file)
file - the file to be setvoid setMask(boolean mask)
mask - new state of the mask propertyCopyright © 2002–2021 The Apache Software Foundation. All rights reserved.