net.sf.maventaglib
Class TaglibValidatePlugin

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

public class TaglibValidatePlugin
extends TaglibPlugin

Generates a tag library validation report.

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

Field Summary
protected  java.lang.String report
          Taglib validation ouput file.
 
Fields inherited from class net.sf.maventaglib.TaglibPlugin
log, outputDir, srcDir, tldOut, tldSrc
 
Constructor Summary
TaglibValidatePlugin()
           
 
Method Summary
 void execute()
          Executes the plugin goal.
 void setReport(java.lang.String file)
          Sets the output file name for the taglib validation 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

report

protected java.lang.String report
Taglib validation ouput file.

Constructor Detail

TaglibValidatePlugin

public TaglibValidatePlugin()
Method Detail

setReport

public void setReport(java.lang.String file)
Sets the output file name for the taglib validation xdoc.

Parameters:
file - output file name for the taglib validation 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.