org.apache.tools.ant.types
public static class Commandline.Argument extends ProjectComponent
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 | setPath(Path value)
Sets a single commandline argument and treats it like a
PATH - ensures the right separator for the local platform
is used.
|
void | setPathref(Reference value)
Sets a single commandline argument from a reference to a
path - ensures the right separator for the local platform
is used.
|
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.
Parameters: value a single commandline argument.
Parameters: value a single commandline argument.