org.nuiton.util.plugin.report
Class ApplicationConfigReport

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.reporting.AbstractMavenReport
          extended by org.nuiton.util.plugin.report.AbstractApplicationConfigReport
              extended by 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 AbstractApplicationConfigReport

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

Field Summary
 
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
 
Constructor Summary
ApplicationConfigReport()
           
 
Method Summary
protected  ClassLoader createClassLoader()
           
 
Methods inherited from class org.nuiton.util.plugin.report.AbstractApplicationConfigReport
canGenerateReport, createClassLoader, executeReport, getCategoryName, getDescription, getName, getOutputDirectory, getOutputName, getProject, getSiteRenderer, init
 
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
 

Constructor Detail

ApplicationConfigReport

public ApplicationConfigReport()
Method Detail

createClassLoader

protected ClassLoader createClassLoader()
Specified by:
createClassLoader in class AbstractApplicationConfigReport


Copyright © 2012 CodeLutin. All Rights Reserved.