|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.presents.tools.GenTask
public abstract class GenTask
| Constructor Summary | |
|---|---|
GenTask()
|
|
| Method Summary | |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet set)
Adds a nested <fileset> element which enumerates service declaration source files. |
void |
execute()
Performs the actual work of the task. |
void |
setChecking(boolean checking)
Fails the build if generation would change files rather than generating code. |
void |
setClasspathref(org.apache.tools.ant.types.Reference pathref)
Configures our classpath which we'll use to load service classes. |
void |
setHeader(File header)
Configures us with a header file that we'll prepend to all generated source files. |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, init, 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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GenTask()
| Method Detail |
|---|
public void addFileset(org.apache.tools.ant.types.FileSet set)
public void setHeader(File header)
public void setClasspathref(org.apache.tools.ant.types.Reference pathref)
public void setChecking(boolean checking)
public void execute()
execute in class org.apache.tools.ant.Task
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||