Uses of Interface
org.apache.maven.model.plugin.ReportConfigurationExpander
-
Packages that use ReportConfigurationExpander Package Description org.apache.maven.model.building org.apache.maven.model.plugin -
-
Uses of ReportConfigurationExpander in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return ReportConfigurationExpander Modifier and Type Method Description protected ReportConfigurationExpanderDefaultModelBuilderFactory. newReportConfigurationExpander()Methods in org.apache.maven.model.building with parameters of type ReportConfigurationExpander Modifier and Type Method Description DefaultModelBuilderDefaultModelBuilder. setReportConfigurationExpander(ReportConfigurationExpander reportConfigurationExpander) -
Uses of ReportConfigurationExpander in org.apache.maven.model.plugin
Classes in org.apache.maven.model.plugin that implement ReportConfigurationExpander Modifier and Type Class Description classDefaultReportConfigurationExpanderHandles expansion of general report plugin configuration into individual report sets.
-