Class Commandline.Argument
java.lang.Object
org.apache.maven.shared.utils.cli.Commandline.Argument
- All Implemented Interfaces:
 Arg
- Enclosing class:
 - Commandline
 
A single command line argument
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
Argument
public Argument() 
 - 
 - 
Method Details
- 
setValue
 - 
setLine
- Specified by:
 setLinein interfaceArg- Parameters:
 line- the line of arguments- Throws:
 CommandLineException- in case of unbalanced quotes.
 - 
setFile
 - 
setMask
public void setMask(boolean mask) Whether to hide the argument value when a command line prints the arguments. - 
isMask
public boolean isMask()- Returns:
 - true/false
 
 
 -