org.apache.tools.ant.taskdefs.compilers

Class Gcj

public class Gcj extends DefaultCompilerAdapter

The implementation of the gcj compiler. This is primarily a cut-and-paste from the jikes.

Since: Ant 1.4

Method Summary
booleanexecute()
Performs a compile using the gcj compiler.
booleanisNativeBuild()
Whether any of the arguments given via <compilerarg> implies that compilation to native code is requested.
protected CommandlinesetupGCJCommand()

Method Detail

execute

public boolean execute()
Performs a compile using the gcj compiler.

isNativeBuild

public boolean isNativeBuild()
Whether any of the arguments given via <compilerarg> implies that compilation to native code is requested.

Since: Ant 1.6.2

setupGCJCommand

protected Commandline setupGCJCommand()
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.