Interface Arg
- All Known Implementing Classes:
Commandline.Argument
public interface Arg
-
Method Summary
-
Method Details
-
setValue
- Parameters:
value
- Set the value.
-
setLine
- Parameters:
line
- The line of arguments.- Throws:
CommandLineException
-
setFile
- Parameters:
value
- The file to be set.
-
setMask
void setMask(boolean mask) To mask the argument value when a command line ask to print his arguments.- Parameters:
mask
- new state of themaks
property- Since:
- 0.6
-