Package org.apache.tools.ant.taskdefs
Class Javac.ImplementationSpecificArgument
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.types.Commandline.Argument
org.apache.tools.ant.util.facade.ImplementationSpecificArgument
org.apache.tools.ant.taskdefs.Javac.ImplementationSpecificArgument
- All Implemented Interfaces:
java.lang.Cloneable
- Enclosing class:
- Javac
public class Javac.ImplementationSpecificArgument extends ImplementationSpecificArgument
Adds an "compiler" attribute to Commandline$Attribute used to
filter command line attributes based on the current
implementation.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ImplementationSpecificArgument()
-
Method Summary
Modifier and Type Method Description void
setCompiler(java.lang.String impl)
Methods inherited from class org.apache.tools.ant.util.facade.ImplementationSpecificArgument
getParts, setImplementation
Methods inherited from class org.apache.tools.ant.types.Commandline.Argument
copyFrom, 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
-
Constructor Details
-
ImplementationSpecificArgument
public ImplementationSpecificArgument()
-
-
Method Details
-
setCompiler
public void setCompiler(java.lang.String impl)- Parameters:
impl
- the name of the compiler
-