org.apache.tools.ant.util.facade
Class ImplementationSpecificArgument

java.lang.Object
  |
  +--org.apache.tools.ant.types.Commandline.Argument
        |
        +--org.apache.tools.ant.util.facade.ImplementationSpecificArgument
Direct Known Subclasses:
Javac.ImplementationSpecificArgument, Rmic.ImplementationSpecificArgument

public class ImplementationSpecificArgument
extends Commandline.Argument

Extension of Commandline.Argument with a new attribute that choses a specific implementation of the facade.

Since:
Ant 1.5
Version:
$Revision: 1.1 $
Author:
Stefan Bodewig

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, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImplementationSpecificArgument

public ImplementationSpecificArgument()
Method Detail

setImplementation

public void setImplementation(java.lang.String impl)

getParts

public final java.lang.String[] getParts(java.lang.String chosenImpl)


Copyright © 2000-2002 Apache Software Foundation. All Rights Reserved.