Uses of Class
org.apache.maven.model.ReportPlugin
-
Packages that use ReportPlugin Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdomodel.org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdomodel.org.apache.maven.model.merge POM merger.org.apache.maven.model.plugin org.apache.maven.model.profile org.apache.maven.plugin org.apache.maven.project org.apache.maven.project.inheritance -
-
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. pluginsField plugins.(package private) java.util.Map<java.lang.String,ReportPlugin>Reporting. reportPluginMapMethods in org.apache.maven.model that return ReportPlugin Modifier and Type Method Description ReportPluginReportPlugin. clone()Method clone.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.java.util.Map<java.lang.String,ReportPlugin>Reporting. getReportPluginsAsMap()Methods in org.apache.maven.model with parameters of type ReportPlugin Modifier and Type Method Description voidReporting. addPlugin(ReportPlugin reportPlugin)Method addPlugin.voidReporting. removePlugin(ReportPlugin reportPlugin)Method removePlugin.Method parameters in org.apache.maven.model with type arguments of type ReportPlugin Modifier and Type Method Description voidReporting. setPlugins(java.util.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 ReportPlugin Modifier and Type Method Description private 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 ReportPlugin Modifier and Type Method Description private 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 ReportPlugin Modifier and Type Method Description private voidMavenXpp3Writer. writeReportPlugin(ReportPlugin reportPlugin, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeReportPlugin.private voidMavenXpp3WriterEx. writeReportPlugin(ReportPlugin reportPlugin, java.lang.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 ReportPlugin Modifier and Type Method Description protected java.lang.ObjectMavenModelMerger. getReportPluginKey(ReportPlugin reportPlugin)protected java.lang.ObjectModelMerger. getReportPluginKey(ReportPlugin reportPlugin)java.lang.ObjectModelMerger.ReportPluginKeyComputer. key(ReportPlugin plugin)protected voidModelMerger. mergeReportPlugin(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_ArtifactId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_GroupId(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidMavenModelMerger. mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)protected voidModelMerger. mergeReportPlugin_Version(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context) -
Uses of ReportPlugin in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type ReportPlugin Modifier and Type Method Description private 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 ReportPlugin Modifier and Type Method Description protected voidDefaultProfileInjector.ProfileModelMerger. mergeReportPlugin_ReportSets(ReportPlugin target, ReportPlugin source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context) -
Uses of ReportPlugin in org.apache.maven.plugin
Constructors in org.apache.maven.plugin with parameters of type ReportPlugin Constructor Description PluginLoaderException(ReportPlugin plugin, java.lang.String message)PluginLoaderException(ReportPlugin plugin, java.lang.String message, java.lang.Throwable cause) -
Uses of ReportPlugin in org.apache.maven.project
Methods in org.apache.maven.project that return types with arguments of type ReportPlugin Modifier and Type Method Description java.util.List<ReportPlugin>MavenProject. getReportPlugins()Deprecated. -
Uses of ReportPlugin in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type ReportPlugin Modifier and Type Method Description static voidDefaultModelInheritanceAssembler. mergeReportPluginDefinitions(ReportPlugin child, ReportPlugin parent, boolean handleAsInheritance)
-