|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.maventaglib.TaglibPlugin net.sf.maventaglib.TaglibTaglibdocPlugin
public class TaglibTaglibdocPlugin
Plugins which generates taglibdoc documentation.
Field Summary | |
---|---|
protected java.lang.String |
title
title for tlddoc generated documentation. |
protected java.lang.String |
tldDocDir
TldDoc output dir. |
Fields inherited from class net.sf.maventaglib.TaglibPlugin |
---|
log, outputDir, srcDir, tldOut, tldSrc |
Constructor Summary | |
---|---|
TaglibTaglibdocPlugin()
|
Method Summary | |
---|---|
void |
execute()
Executes the plugin goal. |
void |
setTitle(java.lang.String docTitle)
Sets the title for tlddoc generated docs. |
void |
setTldDocDir(java.lang.String dir)
Sets the TldDoc output dir. |
Methods inherited from class net.sf.maventaglib.TaglibPlugin |
---|
applyXslt, applyXslt, echo, getDocumentBuilder, getReader, setOutputDir, setSrcDir, setTldOut, setTldSrc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String title
protected java.lang.String tldDocDir
Constructor Detail |
---|
public TaglibTaglibdocPlugin()
Method Detail |
---|
public void setTitle(java.lang.String docTitle)
docTitle
- title for tlddoc generated documentation.public void setTldDocDir(java.lang.String dir)
dir
- output directory for tlddoc documentationpublic void execute() throws java.lang.Exception
TaglibPlugin
execute
in class TaglibPlugin
java.lang.Exception
- any specific exception thrown by a plugin implementation.TaglibPlugin.execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |