net.sf.maventaglib
Class TaglibConvertPlugin

java.lang.Object
  extended by net.sf.maventaglib.TaglibPlugin
      extended by net.sf.maventaglib.TaglibConvertPlugin

public class TaglibConvertPlugin
extends TaglibPlugin

Converter between dfferent versions of tlds.

Version:
$Id: TaglibConvertPlugin.java,v 1.5 2005/08/23 12:29:52 fgiust Exp $
Author:
Fabrizio Giustina

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

TaglibConvertPlugin

public TaglibConvertPlugin()
Method Detail

setOutputVersion

public void setOutputVersion(java.lang.String version)
Sets the output version for the converted tld.

Parameters:
version - output version for the converted tld

setInputVersion

public void setInputVersion(java.lang.String version)
Sets the input version for the converted tld.

Parameters:
version - input version for the converted tld

execute

public void execute()
             throws java.lang.Exception
Description copied from class: TaglibPlugin
Executes the plugin goal.

Specified by:
execute in class TaglibPlugin
Throws:
java.lang.Exception - any specific exception thrown by a plugin implementation.
See Also:
TaglibPlugin.execute()


Copyright © 2003-2005 Fabrizio Giustina. All Rights Reserved.