Package ball.util.ant.taskdefs
Class ProcessClassFilesTask
- java.lang.Object
-
- org.apache.tools.ant.ProjectComponent
-
- org.apache.tools.ant.Task
-
- ball.util.ant.taskdefs.ProcessClassFilesTask
-
- All Implemented Interfaces:
AnnotatedAntTask,AntTaskLogMethods,AntTaskMixIn,ClasspathDelegateAntTask,Cloneable
@AntTask("process-class-files") public class ProcessClassFilesTask extends Task implements AnnotatedAntTask, ClasspathDelegateAntTask
AntTaskto bootstrapProcessors. Creates and invokesClassFileProcessors found on the class path.<process-class-files basedir="File" classname="String" classpathref="Reference" description="String" destdir="File" srcdir="Path" taskname="String"> <classpath .../> <src .../> </process-class-files>
- Author:
- Allen D. Ball
-
-
Field Summary
-
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
-
Constructor Summary
Constructors Constructor Description ProcessClassFilesTask()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PathcreateSrc()voidexecute()Default implementation forTasksubclasses.voidinit()Default implementation forTasksubclasses.voidsetSrcdir(Path srcdir)-
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
-
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, setDescription, setLocation, setProject
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ball.util.ant.taskdefs.AnnotatedAntTask
getAntTaskName
-
Methods inherited from interface ball.util.ant.taskdefs.AntTaskLogMethods
log, log, log, log, log, log, log, log, log, log, log
-
Methods inherited from interface ball.util.ant.taskdefs.ClasspathDelegateAntTask
createClasspath, delegate, delegate, getClassForName, getClassLoader, setClassname, setClasspathref
-
-
-
-
Constructor Detail
-
ProcessClassFilesTask
public ProcessClassFilesTask()
-
-
Method Detail
-
init
public void init() throws BuildException
Description copied from interface:ClasspathDelegateAntTaskDefault implementation forTasksubclasses.- Specified by:
initin interfaceClasspathDelegateAntTask- Overrides:
initin classTask- Throws:
BuildException
-
execute
public void execute() throws BuildException
Description copied from interface:AnnotatedAntTaskDefault implementation forTasksubclasses. Check attributes annotated withAntTaskAttributeConstraint. SeeAnnotatedAntTaskConfigurationChecker.- Specified by:
executein interfaceAnnotatedAntTask- Overrides:
executein classTask- Throws:
BuildException- If aAntTaskAttributeConstraint.Checkerfails.
-
-