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