org.apache.tools.ant.util.facade

Class ImplementationSpecificArgument

Known Direct 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.

Version:
$Revision: 1.3.2.4 $

Since:
Ant 1.5

Field Summary

Fields inherited from class org.apache.tools.ant.ProjectComponent

project

Constructor Summary

ImplementationSpecificArgument()
Sole constructor.

Method Summary

String[]
getParts(String chosenImpl)
void
setImplementation(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

Constructor Details

ImplementationSpecificArgument

public ImplementationSpecificArgument()
Sole constructor.

Method Details

getParts

public final String[] getParts(String chosenImpl)


setImplementation

public void setImplementation(String impl)


Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.