org.apache.tools.ant.taskdefs

Class Javac.ImplementationSpecificArgument

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

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

project

Method Summary

void
setCompiler(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

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)
Parameters:
impl - the name of the compiler

Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.