com.thoughtworks.qdox.ant
Class AbstractQdoxTask
java.lang.Object
Task
com.thoughtworks.qdox.ant.AbstractQdoxTask
public abstract class AbstractQdoxTask
- extends Task
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
fileMap
protected java.util.HashMap fileMap
allSources
protected java.util.ArrayList allSources
allClasses
protected java.util.ArrayList allClasses
AbstractQdoxTask
public AbstractQdoxTask()
addFileset
public void addFileset(FileSet set)
buildFileMap
protected void buildFileMap()
buildFileMap
protected void buildFileMap(java.io.File directory,
java.lang.String[] sourceFiles)
execute
public void execute()
throws BuildException
- Throws:
BuildException
createDocletTagFactory
protected DocletTagFactory createDocletTagFactory()
processSources
protected void processSources(JavaSource[] sources)
processClasses
protected void processClasses(JavaClass[] classes)
validateAttributes
protected void validateAttributes()
throws BuildException
- Throws:
BuildException