org.codehaus.plexus.util.cli
public static class Commandline.Argument extends Object
Field Summary | |
---|---|
String[] | parts |
Method Summary | |
---|---|
String[] | getParts()
Returns the parts this Argument consists of. |
void | setFile(File value)
Sets a single commandline argument to the absolute filename
of the given file.
|
void | setLine(String line)
Line to split into several commandline arguments.
|
void | setValue(String value)
Sets a single commandline argument.
|
Parameters: value a single commandline argument.
Parameters: line line to split into several commandline arguments
Parameters: value a single commandline argument.