Uses of Class
org.apache.maven.model.ReportPlugin
Packages that use ReportPlugin
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.XML reader and writer classes for Maven POM, generated from
maven.mdo
model.POM merger.
-
Uses of ReportPlugin in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ReportPluginModifier and TypeFieldDescriptionprivate List<ReportPlugin>
Reporting.plugins
Field plugins.(package private) Map<String,
ReportPlugin> Reporting.reportPluginMap
Methods in org.apache.maven.model that return ReportPluginMethods in org.apache.maven.model that return types with arguments of type ReportPluginModifier and TypeMethodDescriptionReporting.getPlugins()
Method getPlugins.Reporting.getReportPluginsAsMap()
Methods in org.apache.maven.model with parameters of type ReportPluginModifier and TypeMethodDescriptionvoid
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 ReportPluginModifier and TypeMethodDescriptionvoid
Reporting.setPlugins
(List<ReportPlugin> plugins) Set the reporting plugins to use and their configuration. -
Uses of ReportPlugin in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ReportPluginModifier and TypeMethodDescriptionprivate void
StringVisitorModelInterpolator.ModelVisitor.visit
(ReportPlugin plugin) -
Uses of ReportPlugin in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ReportPluginModifier and TypeMethodDescriptionprivate ReportPlugin
MavenXpp3Reader.parseReportPlugin
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseReportPlugin.private ReportPlugin
MavenXpp3ReaderEx.parseReportPlugin
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source) Method parseReportPlugin.Methods in org.apache.maven.model.io.xpp3 with parameters of type ReportPluginModifier and TypeMethodDescriptionprivate void
MavenXpp3Writer.writeReportPlugin
(ReportPlugin reportPlugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReportPlugin.private void
MavenXpp3WriterEx.writeReportPlugin
(ReportPlugin reportPlugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReportPlugin. -
Uses of ReportPlugin in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected Object
MavenModelMerger.getReportPluginKey
(ReportPlugin reportPlugin) protected Object
ModelMerger.getReportPluginKey
(ReportPlugin reportPlugin) ModelMerger.ReportPluginKeyComputer.key
(ReportPlugin plugin) protected void
ModelMerger.mergeReportPlugin
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_ArtifactId
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_GroupId
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
MavenModelMerger.mergeReportPlugin_ReportSets
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_ReportSets
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeReportPlugin_Version
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) -
Uses of ReportPlugin in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type ReportPluginModifier and TypeMethodDescriptionprivate org.codehaus.plexus.util.xml.Xpp3Dom
DefaultReportingConverter.convert
(ReportPlugin plugin) -
Uses of ReportPlugin in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type ReportPluginModifier and TypeMethodDescriptionprotected void
DefaultProfileInjector.ProfileModelMerger.mergeReportPlugin_ReportSets
(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) -
Uses of ReportPlugin in org.apache.maven.plugin
Constructors in org.apache.maven.plugin with parameters of type ReportPluginModifierConstructorDescriptionPluginLoaderException
(ReportPlugin plugin, String message) PluginLoaderException
(ReportPlugin plugin, String message, Throwable cause) -
Uses of ReportPlugin in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type ReportPlugin -
Uses of ReportPlugin in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type ReportPluginModifier and TypeMethodDescriptionstatic void
DefaultModelInheritanceAssembler.mergeReportPluginDefinitions
(ReportPlugin child, ReportPlugin parent, boolean handleAsInheritance)