Uses of Class
org.apache.maven.model.ReportPlugin
-
Packages that use ReportPlugin Package Description org.apache.maven.model org.apache.maven.model.io.xpp3 org.apache.maven.project org.apache.maven.project.injection -
-
Uses of ReportPlugin in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ReportPlugin Modifier and Type Field Description private java.util.List<ReportPlugin>
Reporting. plugins
Field plugins.Methods in org.apache.maven.model that return types with arguments of type ReportPlugin Modifier and Type Method Description java.util.List<ReportPlugin>
Reporting. getPlugins()
Method getPlugins.Methods in org.apache.maven.model with parameters of type ReportPlugin Modifier and Type Method Description 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 Modifier and Type Method Description void
Reporting. setPlugins(java.util.List<ReportPlugin> plugins)
Set the reporting plugins to use and their configuration. -
Uses of ReportPlugin in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ReportPlugin Modifier and Type Method Description private ReportPlugin
MavenXpp3Reader. parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseReportPlugin.Methods in org.apache.maven.model.io.xpp3 with parameters of type ReportPlugin Modifier and Type Method Description private void
MavenXpp3Writer. writeReportPlugin(ReportPlugin reportPlugin, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReportPlugin. -
Uses of ReportPlugin in org.apache.maven.project
Methods in org.apache.maven.project that return ReportPlugin Modifier and Type Method Description static ReportPlugin
ModelUtils. cloneReportPlugin(ReportPlugin src)
Methods in org.apache.maven.project with parameters of type ReportPlugin Modifier and Type Method Description static ReportPlugin
ModelUtils. cloneReportPlugin(ReportPlugin src)
static void
ModelUtils. mergeReportPluginDefinitions(ReportPlugin child, ReportPlugin parent, boolean handleAsInheritance)
-
Uses of ReportPlugin in org.apache.maven.project.injection
Methods in org.apache.maven.project.injection with parameters of type ReportPlugin Modifier and Type Method Description private void
DefaultProfileInjector. mergeReportPlugins(ReportPlugin dominant, ReportPlugin recessive)
-