org.nuiton.util.plugin.report
Class AggregateApplicationConfigReport

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.AggregateApplicationConfigReport
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 AggregateApplicationConfigReport
extends AbstractApplicationConfigReport

Generates a report for declarated application config via the ApplicationConfigProvider mecanism on a aggregate mojo.

For each configuration, you can find all his options and actions.

Since:
2.4.9
Author:
tchemit
Aggregates the Maven project and its child modules.
Is defined by the goal name:
aggregate-application-config-report
Requires the dependencies in this specified scope:
runtime
Requires a Maven project to run:
true

Field Summary
protected  List<?> reactorProjects
          The projects in the reactor.
 
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
AggregateApplicationConfigReport()
           
 
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
 

Field Detail

reactorProjects

protected List<?> reactorProjects
The projects in the reactor.

Since:
1.0
Is defined by:
property:
reactorProjects
Is readonly.
Is required.
Constructor Detail

AggregateApplicationConfigReport

public AggregateApplicationConfigReport()
Method Detail

createClassLoader

protected ClassLoader createClassLoader()
                                 throws org.apache.maven.reporting.MavenReportException
Specified by:
createClassLoader in class AbstractApplicationConfigReport
Throws:
org.apache.maven.reporting.MavenReportException


Copyright © 2012 CodeLutin. All Rights Reserved.