Package org.apache.tools.ant.taskdefs
Class Rmic.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.Rmic.ImplementationSpecificArgument
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCompiler
(String impl) Only pass the specified argument if the chosen compiler implementation matches the value of this attribute.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
Only pass the specified argument if the chosen compiler implementation matches the value of this attribute. Legal values are the same as those in the above list of valid compilers.)- Parameters:
impl
- the compiler to be used.
-