org.apache.tools.ant.taskdefs.compilers
public class AptExternalCompilerAdapter extends DefaultCompilerAdapter
Since: Ant 1.7
Method Summary | |
---|---|
boolean | execute()
Performs a compile using the Javac externally. |
protected Apt | getApt()
Get the facade task that fronts this adapter
|
Returns: true the compilation was successful.
Throws: BuildException if there is a problem.
Returns: task instance
See Also: getJavac