public class ParanamerTask
extends org.apache.tools.ant.Task
| Constructor and Description |
|---|
ParanamerTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFileset(org.apache.tools.ant.types.FileSet fileset)
Called automatically by ant when an embedded fileset element is present.
|
void |
execute()
Execute the task.
|
protected QdoxParanamerGenerator |
makeQdoxParanamerGenerator()
Provide this as a method so that it can be overridden and custom
QdoxParanamerGenerators can be returned in place of the default.
|
void |
setClassdir(String classdir)
Called automatically by ant when the classdir attribute is present.
|
void |
setExcludes(String excludes)
Called automatically by ant when the excludes attribute is present.
|
void |
setIncludes(String includes)
Called automatically by ant when the includes attribute is present.
|
void |
setSrcdir(String srcdir)
Called automatically by ant when the srcdir attribute is present.
|
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskTypepublic void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildExceptionpublic void addFileset(org.apache.tools.ant.types.FileSet fileset)
fileset - the fileset specificationpublic void setSrcdir(String srcdir)
srcdir - the content of the srcdir attribute.public void setIncludes(String includes)
includes - the content of the includes attribute.public void setExcludes(String excludes)
excludes - the content of the excludes attribute.public void setClassdir(String classdir)
classdir - the content of the classdir attribute.protected QdoxParanamerGenerator makeQdoxParanamerGenerator()
Copyright © 2007-2012. All Rights Reserved.