Klasse Ajc10

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.apache.tools.ant.taskdefs.MatchingTask
org.aspectj.tools.ant.taskdefs.Ajc10
Alle implementierten Schnittstellen:
org.apache.tools.ant.types.selectors.SelectorContainer

public class Ajc10 extends org.apache.tools.ant.taskdefs.MatchingTask
Main taskdef class for the AspectJ 1.0 compiler, ajc. See the README and examples/build.xml for more information.
  • Feldübersicht

    Felder
    Modifizierer und Typ
    Feld
    Beschreibung
    protected org.apache.tools.ant.types.Commandline
     
    protected Set
     
    protected boolean
     
    protected org.apache.tools.ant.types.Commandline
     

    Von Klasse geerbte Felder org.apache.tools.ant.taskdefs.MatchingTask

    fileset

    Von Klasse geerbte Felder org.apache.tools.ant.Task

    description, location, target, taskName, taskType, wrapper

    Von Klasse geerbte Felder org.apache.tools.ant.ProjectComponent

    project
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    void
     
    protected final boolean
    check(File file, String name, boolean isDir, org.apache.tools.ant.Location loc)
     
    org.apache.tools.ant.types.Path
     
    org.apache.tools.ant.types.Path
     
    org.apache.tools.ant.types.Path
     
    org.apache.tools.ant.types.Path
     
    org.apache.tools.ant.types.Commandline.Argument
     
    org.apache.tools.ant.types.Path
     
    org.apache.tools.ant.types.Path
     
    void
     
    protected final void
    ignore(String attribute)
     
    static String
    render(String[] args)
    utility to render String[] for logging
    void
    reset variables to permit gc
    void
    setArgfile(File argfile)
     
    void
    setArgfiles(String argfiles)
     
    void
    setBootclasspath(org.apache.tools.ant.types.Path bootclasspath)
     
    void
    setBootclasspathref(org.apache.tools.ant.types.Reference bootclasspathref)
     
    void
    setClasspath(org.apache.tools.ant.types.Path classpath)
     
    void
    setClasspathref(org.apache.tools.ant.types.Reference classpathref)
     
    void
    setDebug(boolean debug)
     
    void
    setDepend(String depend)
     
    void
    setDeprecation(boolean deprecation)
     
    void
    setDestdir(String destdir)
     
    void
    setDumpstack(boolean dumpstack)
     
    void
    setEmacssym(boolean input)
     
    void
    setEncoding(String encoding)
     
    void
    setExtdirs(org.apache.tools.ant.types.Path extdirs)
     
    void
    setFailonerror(boolean failonerror)
     
    void
    setFork(boolean fork)
     
    protected final void
    setif(boolean b, String flag)
     
    void
    setIncludeantruntime(boolean includeAntruntime)
     
    void
    setIncludejavaruntime(boolean includeJavaruntime)
     
    void
    setInternalclasspath(org.apache.tools.ant.types.Path internalclasspath)
     
    void
    setInternalclasspathref(org.apache.tools.ant.types.Reference internalclasspathref)
     
    void
     
    void
    setLenient(boolean input)
     
    void
     
    void
    setNocomments(boolean nocomments)
     
    void
    setNosymbols(boolean nosymbols)
     
    void
    setOptimize(boolean optimize)
     
    void
    setPorting(boolean input)
     
    void
    setPreprocess(boolean preprocess)
     
    void
     
    void
    setSrcdir(org.apache.tools.ant.types.Path srcdir)
     
    void
    setStrict(boolean input)
     
    void
    setTarget(String target)
     
    void
    setThreads(int threads)
     
    void
    setUsejavac(boolean input)
     
    void
    setVerbose(boolean verbose)
     
    void
    setVersion(boolean version)
     
    void
    setWorkingdir(String workingdir)
     
    void
    setX(String input)
     
    protected int
     

    Von Klasse geerbte Methoden org.apache.tools.ant.taskdefs.MatchingTask

    add, addAnd, addContains, addContainsRegexp, addCustom, addDate, addDepend, addDepth, addDifferent, addFilename, addMajority, addModified, addNone, addNot, addOr, addPresent, addSelector, addSize, addType, appendSelector, createExclude, createExcludesFile, createInclude, createIncludesFile, createPatternSet, getDirectoryScanner, getImplicitFileSet, getSelectors, hasSelectors, selectorCount, selectorElements, setCaseSensitive, setDefaultexcludes, setExcludes, setExcludesfile, setFollowSymlinks, setIncludes, setIncludesfile, setProject, XsetIgnore, XsetItems

    Von Klasse geerbte Methoden org.apache.tools.ant.Task

    getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType

    Von Klasse geerbte Methoden org.apache.tools.ant.ProjectComponent

    getProject

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Felddetails

    • source14

      protected boolean source14
    • ignoredOptions

      protected Set ignoredOptions
    • cmd

      protected org.apache.tools.ant.types.Commandline cmd
    • vmcmd

      protected org.apache.tools.ant.types.Commandline vmcmd
  • Konstruktordetails

    • Ajc10

      public Ajc10()
  • Methodendetails

    • setVerbose

      public void setVerbose(boolean verbose)
    • setVersion

      public void setVersion(boolean version)
    • setNocomments

      public void setNocomments(boolean nocomments)
    • setEmacssym

      public void setEmacssym(boolean input)
    • setUsejavac

      public void setUsejavac(boolean input)
    • setPreprocess

      public void setPreprocess(boolean preprocess)
    • setWorkingdir

      public void setWorkingdir(String workingdir)
    • setDestdir

      public void setDestdir(String destdir)
    • setOptimize

      public void setOptimize(boolean optimize)
    • setClasspath

      public void setClasspath(org.apache.tools.ant.types.Path classpath)
    • createClasspath

      public org.apache.tools.ant.types.Path createClasspath()
    • setClasspathref

      public void setClasspathref(org.apache.tools.ant.types.Reference classpathref)
    • setBootclasspath

      public void setBootclasspath(org.apache.tools.ant.types.Path bootclasspath)
    • createBootclasspath

      public org.apache.tools.ant.types.Path createBootclasspath()
    • setBootclasspathref

      public void setBootclasspathref(org.apache.tools.ant.types.Reference bootclasspathref)
    • setExtdirs

      public void setExtdirs(org.apache.tools.ant.types.Path extdirs)
    • createExtdirs

      public org.apache.tools.ant.types.Path createExtdirs()
    • setArgfile

      public void setArgfile(File argfile)
    • setArgfiles

      public void setArgfiles(String argfiles)
    • setEncoding

      public void setEncoding(String encoding)
    • setSource

      public void setSource(String input)
    • setLenient

      public void setLenient(boolean input)
    • setStrict

      public void setStrict(boolean input)
    • setPorting

      public void setPorting(boolean input)
    • setX

      public void setX(String input)
    • setThreads

      public void setThreads(int threads)
    • setDumpstack

      public void setDumpstack(boolean dumpstack)
    • setInternalclasspath

      public void setInternalclasspath(org.apache.tools.ant.types.Path internalclasspath)
    • createInternalclasspath

      public org.apache.tools.ant.types.Path createInternalclasspath()
    • setInternalclasspathref

      public void setInternalclasspathref(org.apache.tools.ant.types.Reference internalclasspathref)
    • setSrcdir

      public void setSrcdir(org.apache.tools.ant.types.Path srcdir)
    • createSrc

      public org.apache.tools.ant.types.Path createSrc()
    • createSrcdir

      public org.apache.tools.ant.types.Path createSrcdir()
    • setFork

      public void setFork(boolean fork)
    • setFailonerror

      public void setFailonerror(boolean failonerror)
    • setMaxmemory

      public void setMaxmemory(String max)
    • setJvmarg

      public void setJvmarg(String input)
    • createJvmarg

      public org.apache.tools.ant.types.Commandline.Argument createJvmarg()
    • setNosymbols

      public void setNosymbols(boolean nosymbols)
    • setDebug

      public void setDebug(boolean debug)
    • setDeprecation

      public void setDeprecation(boolean deprecation)
    • setTarget

      public void setTarget(String target)
    • setDepend

      public void setDepend(String depend)
    • setIncludeantruntime

      public void setIncludeantruntime(boolean includeAntruntime)
    • setIncludejavaruntime

      public void setIncludejavaruntime(boolean includeJavaruntime)
    • ignore

      protected final void ignore(String attribute)
    • backdoorSetFile

      public void backdoorSetFile(File file)
    • reset

      public void reset()
      reset variables to permit gc
    • setif

      protected final void setif(boolean b, String flag)
    • execute

      public void execute() throws org.apache.tools.ant.BuildException
      Setzt außer Kraft:
      execute in Klasse org.apache.tools.ant.Task
      Löst aus:
      org.apache.tools.ant.BuildException
    • render

      public static String render(String[] args)
      utility to render String[] for logging
    • spoon

      protected int spoon() throws org.apache.tools.ant.BuildException
      Löst aus:
      org.apache.tools.ant.BuildException
    • check

      protected final boolean check(File file, String name, boolean isDir, org.apache.tools.ant.Location loc)