Cloneable
public class ACTask
extends org.apache.tools.ant.Task
This task reads annotation classes and generate strongly-typed writers.
Modifier and Type | Class | Description |
---|---|---|
static class |
ACTask.Classes |
Nested
<classes> elements. |
static class |
ACTask.Endorse |
Nested
<endorse> elements. |
Constructor | Description |
---|---|
ACTask() |
Modifier and Type | Method | Description |
---|---|---|
void |
addConfiguredClasses(ACTask.Classes c) |
List of classes to be handled
|
void |
addConfiguredEndorse(ACTask.Endorse e) |
List of endorsed jars
|
org.apache.tools.ant.types.Path |
createClasspath() |
Nested
<classpath> element. |
void |
execute() |
|
void |
setClasspath(org.apache.tools.ant.types.Path cp) |
Nested
<classpath> element. |
void |
setClasspathRef(org.apache.tools.ant.types.Reference r) |
|
void |
setDestdir(File output) |
|
void |
setPackage(String pkgName) |
|
void |
setProject(org.apache.tools.ant.Project project) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clone, getDescription, getLocation, getProject, setDescription, setLocation
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
public void setProject(org.apache.tools.ant.Project project)
setProject
in class org.apache.tools.ant.ProjectComponent
public void setPackage(String pkgName)
public void setClasspath(org.apache.tools.ant.types.Path cp)
<classpath>
element.public org.apache.tools.ant.types.Path createClasspath()
<classpath>
element.public void setClasspathRef(org.apache.tools.ant.types.Reference r)
public void setDestdir(File output)
public void addConfiguredClasses(ACTask.Classes c)
public void addConfiguredEndorse(ACTask.Endorse e)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2018 Oracle Corporation. All rights reserved.