org.apache.tools.ant.taskdefs

Class Rmic.ImplementationSpecificArgument

Enclosing Class:
Rmic

public class Rmic.ImplementationSpecificArgument
extends ImplementationSpecificArgument

Adds an "compiler" attribute to Commandline$Attribute used to filter command line attributes based on the current implementation.

Field Summary

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

project

Method Summary

void
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

getParts, setFile, setLine, setPath, setPathref, setValue

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

getProject, log, log, setProject

Method Details

setCompiler

public void setCompiler(String impl)
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.

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