Interface Arg
- All Known Implementing Classes:
 Commandline.Argument
public interface Arg
- 
Method Summary
 
- 
Method Details
- 
setValue
- Parameters:
 value- the value to be set
 - 
setLine
- Parameters:
 line- the line of arguments- Throws:
 CommandLineException- in case of unbalanced quotes.
 - 
setFile
- Parameters:
 file- the file to be set
 - 
setMask
void setMask(boolean mask) Whether to hide the argument value when a command line prints the arguments.- Parameters:
 mask- new state of themaskproperty- Since:
 - 0.6
 
 
 -