|
||||||||||
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.TaglibTagreferencePlugin
public class TaglibTagreferencePlugin
Generates a tag reference xdoc that can be integrated in a maven generated site.
Field Summary | |
---|---|
protected java.lang.String |
tagreference
Tag reference ouput file. |
Fields inherited from class net.sf.maventaglib.TaglibPlugin |
---|
log, outputDir, srcDir, tldOut, tldSrc |
Constructor Summary | |
---|---|
TaglibTagreferencePlugin()
|
Method Summary | |
---|---|
void |
execute()
Executes the plugin goal. |
void |
setTagreference(java.lang.String file)
Sets the output file name for the tag reference xdoc. |
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 tagreference
Constructor Detail |
---|
public TaglibTagreferencePlugin()
Method Detail |
---|
public void setTagreference(java.lang.String file)
file
- output file name for the tag reference xdocpublic 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 |