org.apache.tools.ant.taskdefs
public class Javadoc.TagArgument extends FileSet
Constructor Summary | |
---|---|
TagArgument() Sole constructor. |
Method Summary | |
---|---|
String | getParameter()
Returns the -tag parameter this argument represented.
|
void | setDescription(String description)
Sets the description of the tag. |
void | setEnabled(boolean enabled)
Sets whether or not the tag is enabled.
|
void | setName(String name)
Sets the name of the tag.
|
void | setScope(String verboseScope)
Sets the scope of the tag. |
Throws: BuildException if either the name or description
is null
or empty.
Parameters: description The description of the tag.
Must not be null
or empty.
Parameters: enabled Whether or not this tag is enabled.
Parameters: name The name of the tag.
Must not be null
or empty.
Parameters: verboseScope The scope of the tag.
Must not be null
,
should not be empty.
Throws: BuildException if all is specified along with other elements, if any elements are repeated, if no elements are specified, or if any unrecognised elements are specified.