net.sf.maventaglib
Class TaglibTaglibdocPlugin

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

public class TaglibTaglibdocPlugin
extends TaglibPlugin

Plugins which generates taglibdoc documentation.

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

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

title

protected java.lang.String title
title for tlddoc generated documentation.


tldDocDir

protected java.lang.String tldDocDir
TldDoc output dir.

Constructor Detail

TaglibTaglibdocPlugin

public TaglibTaglibdocPlugin()
Method Detail

setTitle

public void setTitle(java.lang.String docTitle)
Sets the title for tlddoc generated docs.

Parameters:
docTitle - title for tlddoc generated documentation.

setTldDocDir

public void setTldDocDir(java.lang.String dir)
Sets the TldDoc output dir.

Parameters:
dir - output directory for tlddoc documentation

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.