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:
- Cloneable
- Enclosing class:
- Javac
Adds an "compiler" attribute to Commandline$Attribute used to
 filter command line attributes based on the current
 implementation.
- 
Field SummaryFields inherited from class org.apache.tools.ant.ProjectComponentdescription, location, project
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class org.apache.tools.ant.util.facade.ImplementationSpecificArgumentgetParts, setImplementationMethods inherited from class org.apache.tools.ant.types.Commandline.ArgumentcopyFrom, getParts, setFile, setLine, setPath, setPathref, setPrefix, setSuffix, setValueMethods inherited from class org.apache.tools.ant.ProjectComponentclone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
- 
Constructor Details- 
ImplementationSpecificArgumentpublic ImplementationSpecificArgument()
 
- 
- 
Method Details- 
setCompiler- Parameters:
- impl- the name of the compiler
 
 
-