xjavadoc.ant
Class XJavadocTask
Task
xjavadoc.ant.XJavadocTask
public abstract class XJavadocTask
extends Task
This class should be subclassed to be used for XDocletImpl, revXDoclet etc.
- Aslak Helles?y
- Ara Abrahamian
_fileSets
private final LinkedList _fileSets
_xJavaDoc
private final XJavaDoc _xJavaDoc
addFileset
public void addFileset(FileSet set)
Ant's <fileset> definition. To define the files to parse.
createIgnoredtag
public Object createIgnoredtag()
Ignores one tag
execute
public final void execute()
throws BuildException
Implementation of Ant's Task.execute()
.
getClasspath
protected String getClasspath()
Returns the classpath
getXJavaDoc
protected XJavaDoc getXJavaDoc()
setDocencoding
public void setDocencoding(String enc)
set generated file charset
setEncoding
public void setEncoding(String enc)
set source file charset
setIgnoredtags
public void setIgnoredtags(String tags)
Sets the tags to ignore if validation is true. The value should be a
comma-separated list of tag names (without the tag name)
tags
- tags that should be ignored when doing validation.
setValidating
public void setValidating(boolean flag)
Sets whether or not tags will be validated.
start
protected abstract void start()
throws BuildException
Implement this method and play with _xJavaDoc
validateOptions
protected void validateOptions()
throws BuildException
Validate a Xdoclet task before running it.