public interface Arg
Modifier and Type | Method and Description |
---|---|
void |
setFile(File value) |
void |
setLine(String line) |
void |
setMask(boolean mask)
To mask the argument value when a command line ask to print his arguments.
|
void |
setValue(String value) |
void setValue(String value)
value
- Set the value.void setLine(String line)
line
- The line of arguments.void setFile(File value)
value
- The file to be set.void setMask(boolean mask)
mask
- new state of the maks
propertyCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.