net.sf.maventaglib
Class TaglibdocMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
net.sf.maventaglib.TaglibdocMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenReport
public class TaglibdocMojo
- extends org.apache.maven.reporting.AbstractMavenReport
- implements org.apache.maven.reporting.MavenReport
Generates taglibdoc documentation.
- Version:
- $Id: TaglibdocMojo.java 185 2006-08-19 17:54:55Z fgiust $
- Author:
- Fabrizio Giustina
Fields inherited from interface org.apache.maven.reporting.MavenReport |
CATEGORY_PROJECT_INFORMATION, CATEGORY_PROJECT_REPORTS, ROLE |
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.reporting.AbstractMavenReport |
closeReport, generate, generate, generate, getCategoryName, getReportOutputDirectory, getSink, getSinkFactory, setReportOutputDirectory |
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 |
Methods inherited from interface org.apache.maven.reporting.MavenReport |
generate, getCategoryName, getReportOutputDirectory, setReportOutputDirectory |
TaglibdocMojo
public TaglibdocMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
- Specified by:
execute
in interface org.apache.maven.plugin.Mojo
- Overrides:
execute
in class org.apache.maven.reporting.AbstractMavenReport
- Throws:
org.apache.maven.plugin.MojoExecutionException
- See Also:
net.sf.maventaglib.AbstractTaglibMojo#execute()
getOutputDirectory
protected java.lang.String getOutputDirectory()
- Specified by:
getOutputDirectory
in class org.apache.maven.reporting.AbstractMavenReport
- See Also:
AbstractMavenReport.getOutputDirectory()
getProject
protected org.apache.maven.project.MavenProject getProject()
- Specified by:
getProject
in class org.apache.maven.reporting.AbstractMavenReport
- See Also:
AbstractMavenReport.getProject()
executeReport
protected void executeReport(java.util.Locale locale)
throws org.apache.maven.reporting.MavenReportException
- Specified by:
executeReport
in class org.apache.maven.reporting.AbstractMavenReport
- Throws:
org.apache.maven.reporting.MavenReportException
- See Also:
AbstractMavenReport.executeReport(java.util.Locale)
getOutputName
public java.lang.String getOutputName()
- Specified by:
getOutputName
in interface org.apache.maven.reporting.MavenReport
- See Also:
MavenReport.getOutputName()
getName
public java.lang.String getName(java.util.Locale locale)
- Specified by:
getName
in interface org.apache.maven.reporting.MavenReport
- See Also:
MavenReport.getName(java.util.Locale)
getDescription
public java.lang.String getDescription(java.util.Locale locale)
- Specified by:
getDescription
in interface org.apache.maven.reporting.MavenReport
- See Also:
MavenReport.getDescription(java.util.Locale)
isExternalReport
public boolean isExternalReport()
- Specified by:
isExternalReport
in interface org.apache.maven.reporting.MavenReport
- Overrides:
isExternalReport
in class org.apache.maven.reporting.AbstractMavenReport
- See Also:
MavenReport.isExternalReport()
canGenerateReport
public boolean canGenerateReport()
- Specified by:
canGenerateReport
in interface org.apache.maven.reporting.MavenReport
- Overrides:
canGenerateReport
in class org.apache.maven.reporting.AbstractMavenReport
- See Also:
AbstractMavenReport.canGenerateReport()
getSiteRenderer
protected org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
- Specified by:
getSiteRenderer
in class org.apache.maven.reporting.AbstractMavenReport
- See Also:
AbstractMavenReport.getSiteRenderer()
Copyright © 2004-2009 Fabrizio Giustina. All Rights Reserved.