|
||||||||||
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.TaglibConvertPlugin
public class TaglibConvertPlugin
Converter between dfferent versions of tlds.
Field Summary |
---|
Fields inherited from class net.sf.maventaglib.TaglibPlugin |
---|
log, outputDir, srcDir, tldOut, tldSrc |
Constructor Summary | |
---|---|
TaglibConvertPlugin()
|
Method Summary | |
---|---|
void |
execute()
Executes the plugin goal. |
void |
setInputVersion(java.lang.String version)
Sets the input version for the converted tld. |
void |
setOutputVersion(java.lang.String version)
Sets the output version for the converted tld. |
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 |
Constructor Detail |
---|
public TaglibConvertPlugin()
Method Detail |
---|
public void setOutputVersion(java.lang.String version)
version
- output version for the converted tldpublic void setInputVersion(java.lang.String version)
version
- input version for the converted tldpublic 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 |