public static class Commandline.Argument extends java.lang.Object implements Arg
Modifier and Type | Field and Description |
---|---|
private boolean |
mask |
private java.lang.String[] |
parts |
Constructor and Description |
---|
Argument() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String[] |
getParts() |
boolean |
isMask() |
void |
setFile(java.io.File value) |
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) |
public void setValue(java.lang.String value)
public void setLine(java.lang.String line) throws CommandLineException
setLine
in interface Arg
line
- the line of argumentsCommandLineException
- in case of unbalanced quotes.public void setFile(java.io.File value)
public void setMask(boolean mask)
private java.lang.String[] getParts()
public boolean isMask()