| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.Commandline.Argument
org.apache.tools.ant.util.facade.ImplementationSpecificArgument
public class ImplementationSpecificArgument
Extension of Commandline.Argument with a new attribute that chooses a specific implementation of the facade.
| Field Summary | 
|---|
| Fields inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| description, location, project | 
| Constructor Summary | |
|---|---|
| ImplementationSpecificArgument()Constructor for ImplementationSpecificArgument. | |
| Method Summary | |
|---|---|
|  java.lang.String[] | getParts(java.lang.String chosenImpl)Return the parts this Argument consists of, if the implementation matches the chosen implementation. | 
|  void | setImplementation(java.lang.String impl)Set the implementation this argument is for. | 
| Methods inherited from class org.apache.tools.ant.types.Commandline.Argument | 
|---|
| getParts, setFile, setLine, setPath, setPathref, setPrefix, setSuffix, setValue | 
| Methods inherited from class org.apache.tools.ant.ProjectComponent | 
|---|
| clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ImplementationSpecificArgument()
| Method Detail | 
|---|
public void setImplementation(java.lang.String impl)
impl - the implementation this command line argument is for.public final java.lang.String[] getParts(java.lang.String chosenImpl)
chosenImpl - the implementation to check against.
Commandline.Argument.getParts()| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||