org.apache.tools.ant.util.facade
public class ImplementationSpecificArgument extends Commandline.Argument
Since: Ant 1.5
| Constructor Summary | |
|---|---|
| ImplementationSpecificArgument() Constructor for ImplementationSpecificArgument. | |
| Method Summary | |
|---|---|
| String[] | getParts(String chosenImpl)
Return the parts this Argument consists of, if the
implementation matches the chosen implementation. |
| void | setImplementation(String impl)
Set the implementation this argument is for. |
Parameters: chosenImpl the implementation to check against.
Returns: the parts if the implemention matches or an zero length array if not.
See Also: getParts
Parameters: impl the implementation this command line argument is for.