net.sf.maventaglib
Class TaglibTagreferencePlugin

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

public class TaglibTagreferencePlugin
extends TaglibPlugin

Generates a tag reference xdoc that can be integrated in a maven generated site.

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

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

tagreference

protected java.lang.String tagreference
Tag reference ouput file.

Constructor Detail

TaglibTagreferencePlugin

public TaglibTagreferencePlugin()
Method Detail

setTagreference

public void setTagreference(java.lang.String file)
Sets the output file name for the tag reference xdoc.

Parameters:
file - output file name for the tag reference xdoc

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.