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.pluginsField plugins.(package private) Map<String, ReportPlugin> Reporting.reportPluginMapMethods 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 TypeMethodDescriptionvoidReporting.addPlugin(ReportPlugin reportPlugin) Method addPlugin.voidReporting.removePlugin(ReportPlugin reportPlugin) Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type ReportPluginModifier and TypeMethodDescriptionvoidReporting.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 voidStringVisitorModelInterpolator.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 ReportPluginMavenXpp3Reader.parseReportPlugin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseReportPlugin.private ReportPluginMavenXpp3ReaderEx.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 voidMavenXpp3Writer.writeReportPlugin(ReportPlugin reportPlugin, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeReportPlugin.private voidMavenXpp3WriterEx.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 ObjectMavenModelMerger.getReportPluginKey(ReportPlugin reportPlugin) protected ObjectModelMerger.getReportPluginKey(ReportPlugin reportPlugin) ModelMerger.ReportPluginKeyComputer.key(ReportPlugin plugin) protected voidModelMerger.mergeReportPlugin(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportPlugin_ArtifactId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportPlugin_GroupId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidMavenModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, Map<Object, Object> context) protected voidModelMerger.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.Xpp3DomDefaultReportingConverter.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 voidDefaultProfileInjector.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 voidDefaultModelInheritanceAssembler.mergeReportPluginDefinitions(ReportPlugin child, ReportPlugin parent, boolean handleAsInheritance)