org.nuiton.util.plugin.report
Class ApplicationConfigReport
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.reporting.AbstractMavenReport
org.nuiton.util.plugin.report.ApplicationConfigReport
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.apache.maven.reporting.MavenMultiPageReport, org.apache.maven.reporting.MavenReport
public class ApplicationConfigReport
- extends org.apache.maven.reporting.AbstractMavenReport
Generates a report for declarated application config via the
ApplicationConfigProvider mecanism.
For each configuration, you can find all his options and actions.
- Since:
- 2.4.8
- Author:
- tchemit
- Is defined by the goal name:
- application-config-report
- Requires the dependencies in this specified scope:
- runtime
- Requires a Maven project to run:
- true
| 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, execute, generate, generate, generate, getReportOutputDirectory, getSink, getSinkFactory, isExternalReport, 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 |
ApplicationConfigReport
public ApplicationConfigReport()
getOutputName
public String getOutputName()
getDescription
public String getDescription(Locale locale)
getName
public String getName(Locale locale)
getCategoryName
public String getCategoryName()
- Specified by:
getCategoryName in interface org.apache.maven.reporting.MavenReport- Overrides:
getCategoryName in class org.apache.maven.reporting.AbstractMavenReport
canGenerateReport
public boolean canGenerateReport()
- Specified by:
canGenerateReport in interface org.apache.maven.reporting.MavenReport- Overrides:
canGenerateReport in class org.apache.maven.reporting.AbstractMavenReport
getSiteRenderer
protected org.apache.maven.doxia.siterenderer.Renderer getSiteRenderer()
- Specified by:
getSiteRenderer in class org.apache.maven.reporting.AbstractMavenReport
getOutputDirectory
protected String getOutputDirectory()
- Specified by:
getOutputDirectory in class org.apache.maven.reporting.AbstractMavenReport
getProject
protected org.apache.maven.project.MavenProject getProject()
- Specified by:
getProject in class org.apache.maven.reporting.AbstractMavenReport
executeReport
protected void executeReport(Locale locale)
throws org.apache.maven.reporting.MavenReportException
- Specified by:
executeReport in class org.apache.maven.reporting.AbstractMavenReport
- Throws:
org.apache.maven.reporting.MavenReportException
init
protected void init(Locale locale)
Copyright © 2012 CodeLutin. All Rights Reserved.