public class ACTask
extends org.apache.tools.ant.Task
This task reads annotation classes and generate strongly-typed writers.
Modifier and Type | Class and Description |
---|---|
static class |
ACTask.Classes
Nested <classes> elements.
|
static class |
ACTask.Endorse
Nested <endorse> elements.
|
Constructor and Description |
---|
ACTask() |
Modifier and Type | Method and 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) |
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)
public org.apache.tools.ant.types.Path createClasspath()
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 © 2019 Oracle Corporation. All rights reserved.