Uses of Interface
org.apache.maven.model.plugin.PluginConfigurationExpander
Packages that use PluginConfigurationExpander
-
Uses of PluginConfigurationExpander in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return PluginConfigurationExpanderModifier and TypeMethodDescriptionprotected PluginConfigurationExpander
DefaultModelBuilderFactory.newPluginConfigurationExpander()
Methods in org.apache.maven.model.building with parameters of type PluginConfigurationExpanderModifier and TypeMethodDescriptionDefaultModelBuilder.setPluginConfigurationExpander
(PluginConfigurationExpander pluginConfigurationExpander) Deprecated.since Maven 4DefaultModelBuilderFactory.setPluginConfigurationExpander
(PluginConfigurationExpander pluginConfigurationExpander) Constructors in org.apache.maven.model.building with parameters of type PluginConfigurationExpanderModifierConstructorDescriptionDefaultModelBuilder
(ModelProcessor modelProcessor, ModelValidator modelValidator, ModelNormalizer modelNormalizer, ModelInterpolator modelInterpolator, ModelPathTranslator modelPathTranslator, ModelUrlNormalizer modelUrlNormalizer, SuperPomProvider superPomProvider, InheritanceAssembler inheritanceAssembler, ProfileSelector profileSelector, ProfileInjector profileInjector, PluginManagementInjector pluginManagementInjector, DependencyManagementInjector dependencyManagementInjector, DependencyManagementImporter dependencyManagementImporter, LifecycleBindingsInjector lifecycleBindingsInjector, PluginConfigurationExpander pluginConfigurationExpander, ReportConfigurationExpander reportConfigurationExpander, ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator, ModelVersionProcessor versionProcessor) -
Uses of PluginConfigurationExpander in org.apache.maven.model.plugin
Classes in org.apache.maven.model.plugin that implement PluginConfigurationExpanderModifier and TypeClassDescriptionclass
Handles expansion of general build plugin configuration into individual executions.