xdoclet.modules.doc.info
public class InfoSubTask extends TemplateSubTask
Version: $Revision: 1.14 $
UNKNOWN: September 18, 2001 display-name = "Info/Todo" name = "info" parent = "xdoclet.modules.doc.DocumentDocletTask" use DocletTask as parent instead. should be enough.
| Constructor Summary | |
|---|---|
| InfoSubTask() | |
| Method Summary | |
|---|---|
| protected void | engineStarted()
Describe what the method does
|
| void | execute() |
| String | getHeader()
Gets the Header attribute of the InfoSubTask object
|
| String | getProjectname()
Gets the Projectname attribute of the InfoSubTask object
|
| protected Properties | getProperties()
Gets the Properties attribute of the InfoSubTask object
|
| void | setHeader(String header)
Sets the Header attribute of the InfoSubTask object
|
| void | setProjectname(String projectname)
Sets the Projectname attribute of the InfoSubTask object
|
| void | setTag(String tag)
Sets the Tag attribute of the InfoSubTask object
|
| void | validateOptions()
validate options - noop here
|
UNKNOWN: blabla (this is yet another test)
Throws: XDocletException Describe the exception
Throws: XDocletException Description of Exception
UNKNOWN: generate an overview summary html too? (the default right page). It could be the old todo file, a bit modified.
Returns: The Header value
Returns: The Projectname value
Returns: The Properties value
Parameters: header The new Header value
Parameters: projectname The new Projectname value
Parameters: tag The new Tag value
Throws: XDocletException