org.kathrynhuxtable.maven.plugins.htmlfiltersite
Class TidyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.kathrynhuxtable.maven.plugins.htmlfiltersite.TidyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class TidyMojo
extends org.apache.maven.plugin.AbstractMojo

Goal runs Velocity on the files in the specified directory.


Field Summary
protected  org.apache.maven.project.MavenProject project
          The maven project.
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
TidyMojo()
           
 
Method Summary
 void execute()
           
 void setTidyFilePattern(String tidyFilePattern)
          DOCUMENT ME!
 void setTidySourceDirectory(File tidySourceDirectory)
          DOCUMENT ME!
 void setTidyTargetDirectory(File tidyTargetDirectory)
          DOCUMENT ME!
 
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

project

protected org.apache.maven.project.MavenProject project
The maven project.

Constructor Detail

TidyMojo

public TidyMojo()
Method Detail

setTidySourceDirectory

public void setTidySourceDirectory(File tidySourceDirectory)
DOCUMENT ME!

Parameters:
tidySourceDirectory - the tidySourceDirectory to set

setTidyTargetDirectory

public void setTidyTargetDirectory(File tidyTargetDirectory)
DOCUMENT ME!

Parameters:
tidyTargetDirectory - the tidyTargetDirectory to set

setTidyFilePattern

public void setTidyFilePattern(String tidyFilePattern)
DOCUMENT ME!

Parameters:
tidyFilePattern - the tidyFilePattern to set

execute

public void execute()
             throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException
See Also:
Mojo.execute()


Copyright © 2010 kathrynhuxtable.org. All Rights Reserved.