org.apache.tools.ant.taskdefs.compilers

Class AptExternalCompilerAdapter

public class AptExternalCompilerAdapter extends DefaultCompilerAdapter

The implementation of the apt compiler for JDK 1.5 using an external process

Since: Ant 1.7

Method Summary
booleanexecute()
Performs a compile using the Javac externally.
protected AptgetApt()
Get the facade task that fronts this adapter

Method Detail

execute

public boolean execute()
Performs a compile using the Javac externally.

Returns: true the compilation was successful.

Throws: BuildException if there is a problem.

getApt

protected Apt getApt()
Get the facade task that fronts this adapter

Returns: task instance

See Also: getJavac