Save This Page
Home » apache-ant-1.8.1 » org.apache.tools » ant » taskdefs » compilers » [javadoc | source]
org.apache.tools.ant.taskdefs.compilers
public class: AptExternalCompilerAdapter [javadoc | source]
java.lang.Object
   org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter
      org.apache.tools.ant.taskdefs.compilers.AptExternalCompilerAdapter

All Implemented Interfaces:
    CompilerAdapter

The implementation of the apt compiler for JDK 1.5 using an external process
Fields inherited from org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter:
src,  destDir,  encoding,  debug,  optimize,  deprecation,  depend,  verbose,  target,  bootclasspath,  extdirs,  compileClasspath,  compileSourcepath,  project,  location,  includeAntRuntime,  includeJavaRuntime,  memoryInitialSize,  memoryMaximumSize,  compileList,  attributes,  lSep
Method from org.apache.tools.ant.taskdefs.compilers.AptExternalCompilerAdapter Summary:
execute,   getApt
Methods from org.apache.tools.ant.taskdefs.compilers.DefaultCompilerAdapter:
addCurrentCompilerArgs,   addExtdirsToClasspath,   assumeJava11,   assumeJava12,   assumeJava13,   assumeJava14,   assumeJava15,   assumeJava16,   executeExternalCompile,   executeExternalCompile,   getBootClassPath,   getCompileClasspath,   getJavac,   getNoDebugArgument,   getProject,   logAndAddFilesToCompile,   setJavac,   setupJavacCommand,   setupJavacCommand,   setupJavacCommandlineSwitches,   setupJavacCommandlineSwitches,   setupModernJavacCommand,   setupModernJavacCommandlineSwitches
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tools.ant.taskdefs.compilers.AptExternalCompilerAdapter Detail:
 public boolean execute() throws BuildException 
    Performs a compile using the Javac externally.
 protected Apt getApt() 
    Get the facade task that fronts this adapter