com.sun.codemodel.ac
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.
|
Constructor and Description |
---|
ACTask() |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguredClasses(ACTask.Classes c)
List of classes to be handled
|
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(java.io.File output) |
void |
setPackage(java.lang.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(java.lang.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(java.io.File output)
public void addConfiguredClasses(ACTask.Classes c)
public void execute() throws org.apache.tools.ant.BuildException
execute
in class org.apache.tools.ant.Task
org.apache.tools.ant.BuildException
Copyright © 2005-2014 Sun Microsystems. All Rights Reserved.