Class DefaultModelBuilderFactory
java.lang.Object
org.apache.maven.model.building.DefaultModelBuilderFactory
Deprecated.
A factory to create model builder instances when no dependency injection is available. Note: This class is
 only meant as a utility for developers that want to employ the model builder outside of the Maven build system, Maven
 plugins should always acquire model builder instances via dependency injection. Developers might want to subclass
 this factory to provide custom implementations for some of the components used by the model builder.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected DependencyManagementImporterDeprecated.protected DependencyManagementInjectorDeprecated.protected InheritanceAssemblerDeprecated.Deprecated.Creates a new model builder instance.protected LifecycleBindingsInjectorDeprecated.protected ModelInterpolatorDeprecated.protected ModelLocatorDeprecated.protected ModelNormalizerDeprecated.protected ModelPathTranslatorDeprecated.protected ModelProcessorDeprecated.protected ModelReaderDeprecated.protected ModelUrlNormalizerDeprecated.protected ModelValidatorDeprecated.protected ModelVersionProcessorDeprecated.protected PathTranslatorDeprecated.protected PluginConfigurationExpanderDeprecated.protected PluginManagementInjectorDeprecated.protected ProfileActivationFilePathInterpolatorDeprecated.protected ProfileActivator[]Deprecated.protected ProfileInjectorDeprecated.protected ProfileSelectorDeprecated.protected ReportConfigurationExpanderDeprecated.protected ReportingConverterDeprecated.protected SuperPomProviderDeprecated.protected UrlNormalizerDeprecated.
- 
Constructor Details- 
DefaultModelBuilderFactorypublic DefaultModelBuilderFactory()Deprecated.
 
- 
- 
Method Details- 
newModelProcessorDeprecated.
- 
newModelLocatorDeprecated.
- 
newModelReaderDeprecated.
- 
newProfileSelectorDeprecated.
- 
newProfileActivatorsDeprecated.
- 
newProfileActivationFilePathInterpolatorDeprecated.
- 
newUrlNormalizerDeprecated.
- 
newPathTranslatorDeprecated.
- 
newModelInterpolatorDeprecated.
- 
newModelVersionPropertiesProcessorDeprecated.
- 
newModelValidatorDeprecated.
- 
newModelNormalizerDeprecated.
- 
newModelPathTranslatorDeprecated.
- 
newModelUrlNormalizerDeprecated.
- 
newInheritanceAssemblerDeprecated.
- 
newProfileInjectorDeprecated.
- 
newSuperPomProviderDeprecated.
- 
newDependencyManagementImporterDeprecated.
- 
newDependencyManagementInjectorDeprecated.
- 
newLifecycleBindingsInjectorDeprecated.
- 
newPluginManagementInjectorDeprecated.
- 
newPluginConfigurationExpanderDeprecated.
- 
newReportConfigurationExpanderDeprecated.
- 
newReportingConverterDeprecated.
- 
newInstanceDeprecated.Creates a new model builder instance.- Returns:
- The new model builder instance, never null.
 
 
- 
org.apache.maven.api.services.ModelBuilderinstead