Package | Description |
---|---|
org.apache.maven.model.building | |
org.apache.maven.model.superpom |
Modifier and Type | Class and Description |
---|---|
class |
DefaultModelProcessor
Note: uses @Typed to limit the types it is available for injection to just ModelProcessor.
|
Modifier and Type | Method and Description |
---|---|
protected ModelProcessor |
DefaultModelBuilderFactory.newModelProcessor() |
Modifier and Type | Method and Description |
---|---|
DefaultModelBuilder |
DefaultModelBuilder.setModelProcessor(ModelProcessor modelProcessor)
Deprecated.
since Maven 4
|
DefaultModelBuilderFactory |
DefaultModelBuilderFactory.setModelProcessor(ModelProcessor modelProcessor) |
Constructor and Description |
---|
DefaultModelBuilder(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,
ReportingConverter reportingConverter,
ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator,
ModelVersionProcessor versionProcessor) |
Constructor and Description |
---|
DefaultSuperPomProvider(ModelProcessor modelProcessor) |
Copyright © 2001–2022 The Apache Software Foundation. All rights reserved.