|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.ProjectComponent | +--org.apache.tools.ant.types.Commandline.Argument
Used for nested xml command line definitions.
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
Commandline.Argument()
|
Method Summary | |
java.lang.String[] |
getParts()
Returns the parts this Argument consists of. |
void |
setFile(java.io.File value)
Sets a single commandline argument to the absolute filename of the given file. |
void |
setLine(java.lang.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(java.lang.String value)
Sets a single commandline argument. |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Commandline.Argument()
Method Detail |
public void setValue(java.lang.String value)
value
- a single commandline argument.public void setLine(java.lang.String line)
line
- line to split into several commandline argumentspublic void setPath(Path value)
value
- a single commandline argument.public void setPathref(Reference value)
value
- a single commandline argument.public void setFile(java.io.File value)
value
- a single commandline argument.public java.lang.String[] getParts()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |