org.codehaus.plexus.util.cli
Class Commandline.Argument
java.lang.Objectorg.codehaus.plexus.util.cli.Commandline.Argument
- Commandline
public static class Commandline.Argument
extends java.lang.Object
Used for nested xml command line definitions.
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.
|
parts
private String[] parts
getParts
public String[] getParts()
Returns the parts this Argument consists of.
setFile
public void setFile(File value)
Sets a single commandline argument to the absolute filename
of the given file.
value - a single commandline argument.
setLine
public void setLine(String line)
Line to split into several commandline arguments.
line - line to split into several commandline arguments
setValue
public void setValue(String value)
Sets a single commandline argument.
value - a single commandline argument.