Uses of Class
org.apache.maven.model.Reporting
-
Packages that use Reporting Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdo
model.org.apache.maven.model.inheritance org.apache.maven.model.interpolation org.apache.maven.model.io.xpp3 XML reader and writer classes for Maven POM, generated frommaven.mdo
model.org.apache.maven.model.merge POM merger.org.apache.maven.model.profile org.apache.maven.project org.apache.maven.project.inheritance -
-
Uses of Reporting in org.apache.maven.model
Fields in org.apache.maven.model declared as Reporting Modifier and Type Field Description private Reporting
ModelBase. reporting
This element includes the specification of report plugins to use to generate the reports on the Maven-generated site.Methods in org.apache.maven.model that return Reporting Modifier and Type Method Description Reporting
Reporting. clone()
Method clone.Reporting
ModelBase. getReporting()
Get this element includes the specification of report plugins to use to generate the reports on the Maven-generated site.Methods in org.apache.maven.model with parameters of type Reporting Modifier and Type Method Description void
ModelBase. setReporting(Reporting reporting)
Set this element includes the specification of report plugins to use to generate the reports on the Maven-generated site. -
Uses of Reporting in org.apache.maven.model.inheritance
Methods in org.apache.maven.model.inheritance with parameters of type Reporting Modifier and Type Method Description protected void
DefaultInheritanceAssembler.InheritanceModelMerger. mergeReporting_Plugins(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of Reporting in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type Reporting Modifier and Type Method Description private void
StringVisitorModelInterpolator.ModelVisitor. visit(Reporting reporting)
-
Uses of Reporting in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return Reporting Modifier and Type Method Description private Reporting
MavenXpp3Reader. parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseReporting.private Reporting
MavenXpp3ReaderEx. parseReporting(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source)
Method parseReporting.Methods in org.apache.maven.model.io.xpp3 with parameters of type Reporting Modifier and Type Method Description private void
MavenXpp3Writer. writeReporting(Reporting reporting, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReporting.private void
MavenXpp3WriterEx. writeReporting(Reporting reporting, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReporting. -
Uses of Reporting in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type Reporting Modifier and Type Method Description protected void
ModelMerger. mergeReporting(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReporting_ExcludeDefaults(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReporting_OutputDirectory(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReporting_Plugins(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of Reporting in org.apache.maven.model.profile
Methods in org.apache.maven.model.profile with parameters of type Reporting Modifier and Type Method Description protected void
DefaultProfileInjector.ProfileModelMerger. mergeReporting_Plugins(Reporting target, Reporting source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of Reporting in org.apache.maven.project
Methods in org.apache.maven.project that return Reporting Modifier and Type Method Description Reporting
MavenProject. getReporting()
Deprecated.Methods in org.apache.maven.project with parameters of type Reporting Modifier and Type Method Description void
MavenProject. setReporting(Reporting reporting)
Deprecated. -
Uses of Reporting in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type Reporting Modifier and Type Method Description private static void
DefaultModelInheritanceAssembler. mergeReportPluginLists(Reporting child, Reporting parent, boolean handleAsInheritance)
-