Klasse AjcCompilerAdapter

java.lang.Object
org.aspectj.tools.ant.taskdefs.AjcCompilerAdapter
Alle implementierten Schnittstellen:
org.apache.tools.ant.taskdefs.compilers.CompilerAdapter

public class AjcCompilerAdapter extends Object implements org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
Partial implementation of CompilerAdapter for ajc task. The Javac interface does not support argfiles which are typically necessary to compile under ajc, so this implementation is not documented, recommended, or supported. See Apache request for enhancement 7542.
Siehe auch:
  • CompilerAdapter
  • Konstruktordetails

    • AjcCompilerAdapter

      public AjcCompilerAdapter()
  • Methodendetails

    • setJavac

      public void setJavac(org.apache.tools.ant.taskdefs.Javac javac)
      Angegeben von:
      setJavac in Schnittstelle org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
      Siehe auch:
      • CompilerAdapter
    • execute

      public boolean execute() throws org.apache.tools.ant.BuildException
      Run the compiler.
      Angegeben von:
      execute in Schnittstelle org.apache.tools.ant.taskdefs.compilers.CompilerAdapter
      Löst aus:
      org.apache.tools.ant.BuildException - if setJavac(Javac) was not called before each call of this
      Siehe auch:
      • CompilerAdapter.execute()