Uses of Class
org.apache.maven.model.ReportSet
-
Packages that use ReportSet Package Description org.apache.maven.model Maven POM (Project Object Model) classes, generated frommaven.mdo
model.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.plugin org.apache.maven.project.inheritance -
-
Uses of ReportSet in org.apache.maven.model
Fields in org.apache.maven.model with type parameters of type ReportSet Modifier and Type Field Description private java.util.Map<java.lang.String,ReportSet>
ReportPlugin. reportSetMap
private java.util.List<ReportSet>
ReportPlugin. reportSets
Field reportSets.Methods in org.apache.maven.model that return ReportSet Modifier and Type Method Description ReportSet
ReportSet. clone()
Method clone.Methods in org.apache.maven.model that return types with arguments of type ReportSet Modifier and Type Method Description java.util.List<ReportSet>
ReportPlugin. getReportSets()
Method getReportSets.java.util.Map<java.lang.String,ReportSet>
ReportPlugin. getReportSetsAsMap()
Methods in org.apache.maven.model with parameters of type ReportSet Modifier and Type Method Description void
ReportPlugin. addReportSet(ReportSet reportSet)
Method addReportSet.void
ReportPlugin. removeReportSet(ReportSet reportSet)
Method removeReportSet.Method parameters in org.apache.maven.model with type arguments of type ReportSet Modifier and Type Method Description void
ReportPlugin. setReportSets(java.util.List<ReportSet> reportSets)
Set multiple specifications of a set of reports, each having (possibly) different configuration. -
Uses of ReportSet in org.apache.maven.model.interpolation
Methods in org.apache.maven.model.interpolation with parameters of type ReportSet Modifier and Type Method Description private void
StringVisitorModelInterpolator.ModelVisitor. visit(ReportSet reportSet)
-
Uses of ReportSet in org.apache.maven.model.io.xpp3
Methods in org.apache.maven.model.io.xpp3 that return ReportSet Modifier and Type Method Description private ReportSet
MavenXpp3Reader. parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseReportSet.private ReportSet
MavenXpp3ReaderEx. parseReportSet(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict, InputSource source)
Method parseReportSet.Methods in org.apache.maven.model.io.xpp3 with parameters of type ReportSet Modifier and Type Method Description private void
MavenXpp3Writer. writeReportSet(ReportSet reportSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReportSet.private void
MavenXpp3WriterEx. writeReportSet(ReportSet reportSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeReportSet. -
Uses of ReportSet in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ReportSet Modifier and Type Method Description protected java.lang.Object
MavenModelMerger. getReportSetKey(ReportSet reportSet)
protected java.lang.Object
ModelMerger. getReportSetKey(ReportSet reportSet)
java.lang.Object
ModelMerger.ReportSetKeyComputer. key(ReportSet reportSet)
protected void
ModelMerger. mergeReportSet(ReportSet target, ReportSet source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReportSet_Id(ReportSet target, ReportSet source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
protected void
ModelMerger. mergeReportSet_Reports(ReportSet target, ReportSet source, boolean sourceDominant, java.util.Map<java.lang.Object,java.lang.Object> context)
-
Uses of ReportSet in org.apache.maven.model.plugin
Methods in org.apache.maven.model.plugin with parameters of type ReportSet Modifier and Type Method Description private org.codehaus.plexus.util.xml.Xpp3Dom
DefaultReportingConverter. convert(ReportSet reportSet)
-
Uses of ReportSet in org.apache.maven.project.inheritance
Methods in org.apache.maven.project.inheritance with parameters of type ReportSet Modifier and Type Method Description private static void
DefaultModelInheritanceAssembler. mergeReportSetDefinitions(ReportSet child, ReportSet parent)
-