|
||||||||||
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 | +--org.apache.tools.ant.util.facade.ImplementationSpecificArgument
Extension of Commandline.Argument with a new attribute that choses a specific implementation of the facade.
Field Summary |
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Constructor Summary | |
ImplementationSpecificArgument()
|
Method Summary | |
java.lang.String[] |
getParts(java.lang.String chosenImpl)
|
void |
setImplementation(java.lang.String impl)
|
Methods inherited from class org.apache.tools.ant.types.Commandline.Argument |
getParts, setFile, setLine, setPath, setPathref, setValue |
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 ImplementationSpecificArgument()
Method Detail |
public void setImplementation(java.lang.String impl)
public final java.lang.String[] getParts(java.lang.String chosenImpl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |