@AntTask(value="process-class-files") public class ProcessClassFilesTask extends Task implements AnnotatedAntTask, ClasspathDelegateAntTask
Task to bootstrap
Processors. Creates and invokes
ClassFileProcessors 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>
description, location, project| Constructor and Description |
|---|
ProcessClassFilesTask() |
| Modifier and Type | Method and Description |
|---|---|
Path |
createSrc() |
void |
execute()
Default implementation for
Task subclasses. |
void |
init()
Default implementation for
Task
subclasses. |
void |
setSrcdir(Path srcdir) |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypeclone, getDescription, getLocation, getProject, setDescription, setLocation, setProjectequals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAntTaskNamelog, log, log, log, log, log, log, log, log, log, logcreateClasspath, delegate, delegate, getClassForName, getClassLoader, setClassname, setClasspathrefpublic ProcessClassFilesTask()
public void init() throws BuildException
ClasspathDelegateAntTaskTask
subclasses.init in interface ClasspathDelegateAntTaskinit in class TaskBuildExceptionpublic void execute() throws BuildException
AnnotatedAntTaskTask subclasses. Check attributes
annotated with AntTaskAttributeConstraint.
See AnnotatedAntTaskConfigurationChecker.execute in interface AnnotatedAntTaskexecute in class TaskBuildException - If a
AntTaskAttributeConstraint.Checker
fails.Copyright © 2015–2021. All rights reserved.