Uses of Class
org.apache.maven.model.ReportPlugin

Packages that use ReportPlugin
org.apache.maven.model   
org.apache.maven.plugin   
org.apache.maven.project   
 

Uses of ReportPlugin in org.apache.maven.model
 

Methods in org.apache.maven.model that return types with arguments of type ReportPlugin
 List<ReportPlugin> Reporting.getPlugins()
          Method getPlugins.
 

Methods in org.apache.maven.model with parameters of type ReportPlugin
 void Reporting.addPlugin(ReportPlugin reportPlugin)
          Method addPlugin.
 void Reporting.removePlugin(ReportPlugin reportPlugin)
          Method removePlugin.
 

Method parameters in org.apache.maven.model with type arguments of type ReportPlugin
 void Reporting.setPlugins(List<ReportPlugin> plugins)
          Set the reporting plugins to use and their configuration.
 

Uses of ReportPlugin in org.apache.maven.plugin
 

Methods in org.apache.maven.plugin with parameters of type ReportPlugin
 PluginDescriptor PluginManager.verifyReportPlugin(ReportPlugin reportPlugin, MavenProject project, MavenSession session)
           
 PluginDescriptor DefaultPluginManager.verifyReportPlugin(ReportPlugin reportPlugin, MavenProject project, MavenSession session)
           
 

Uses of ReportPlugin in org.apache.maven.project
 

Methods in org.apache.maven.project that return ReportPlugin
static ReportPlugin ModelUtils.cloneReportPlugin(ReportPlugin src)
           
 

Methods in org.apache.maven.project with parameters of type ReportPlugin
static ReportPlugin ModelUtils.cloneReportPlugin(ReportPlugin src)
           
static void ModelUtils.mergeReportPluginDefinitions(ReportPlugin child, ReportPlugin parent, boolean handleAsInheritance)
           
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.