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 HashMap fileMap
allSources
protected ArrayList allSources
allClasses
protected ArrayList allClasses
AbstractQdoxTask
public AbstractQdoxTask()
addFileset
public void addFileset(FileSet set)
buildFileMap
protected void buildFileMap()
buildFileMap
protected void buildFileMap(File directory,
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