xjavadoc.ant
public abstract class XJavadocTask extends Task
UNKNOWN: 26. februar 2003
Field Summary | |
---|---|
LinkedList | _fileSets |
XJavaDoc | _xJavaDoc |
Method Summary | |
---|---|
void | addFileset(FileSet set)
Ant's <fileset> definition. |
Object | createIgnoredtag()
Ignores one tag
|
void | execute()
Implementation of Ant's Task#execute().
|
protected String | getClasspath()
Returns the classpath
|
protected XJavaDoc | getXJavaDoc() |
void | setDocencoding(String enc)
set generated file charset
|
void | setEncoding(String enc)
set source file charset
|
void | setIgnoredtags(String tags)
Sets the tags to ignore if validation is true. |
void | setValidating(boolean flag)
Sets whether or not tags will be validated.
|
protected abstract void | start()
Implement this method and play with _xJavaDoc
|
protected void | validateOptions()
Validate a Xdoclet task before running it.
|
Parameters: set a fileset to add
Returns:
Throws: BuildException Ant's way of reporting build exception
Returns: the classpath
Parameters: enc the encoding
Parameters: enc the encoding
Parameters: tags tags that should be ignored when doing validation.
Parameters: flag validate?
Throws: BuildException Ant's way of reporting exception
Throws: BuildException in case the validation fails.