Uses of Interface
org.apache.maven.model.plugin.PluginConfigurationExpander
-
Packages that use PluginConfigurationExpander Package Description org.apache.maven.model.building org.apache.maven.model.plugin -
-
Uses of PluginConfigurationExpander in org.apache.maven.model.building
Methods in org.apache.maven.model.building that return PluginConfigurationExpander Modifier and Type Method Description protected PluginConfigurationExpanderDefaultModelBuilderFactory. newPluginConfigurationExpander()Methods in org.apache.maven.model.building with parameters of type PluginConfigurationExpander Modifier and Type Method Description DefaultModelBuilderDefaultModelBuilder. setPluginConfigurationExpander(PluginConfigurationExpander pluginConfigurationExpander) -
Uses of PluginConfigurationExpander in org.apache.maven.model.plugin
Classes in org.apache.maven.model.plugin that implement PluginConfigurationExpander Modifier and Type Class Description classDefaultPluginConfigurationExpanderHandles expansion of general build plugin configuration into individual executions.
-