Package org.apache.maven.model.building
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 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, or use the
 builder API to inject custom instances.
- 
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 ModelParser[]Deprecated.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 RootLocatorDeprecated.protected SuperPomProviderDeprecated.protected UrlNormalizerDeprecated.setDependencyManagementImporter(DependencyManagementImporter dependencyManagementImporter) Deprecated.setDependencyManagementInjector(DependencyManagementInjector dependencyManagementInjector) Deprecated.setInheritanceAssembler(InheritanceAssembler inheritanceAssembler) Deprecated.setLifecycleBindingsInjector(LifecycleBindingsInjector lifecycleBindingsInjector) Deprecated.setModelInterpolator(ModelInterpolator modelInterpolator) Deprecated.setModelNormalizer(ModelNormalizer modelNormalizer) Deprecated.setModelPathTranslator(ModelPathTranslator modelPathTranslator) Deprecated.setModelProcessor(ModelProcessor modelProcessor) Deprecated.setModelUrlNormalizer(ModelUrlNormalizer modelUrlNormalizer) Deprecated.setModelValidator(ModelValidator modelValidator) Deprecated.setModelVersionParser(ModelVersionParser versionParser) Deprecated.setPluginConfigurationExpander(PluginConfigurationExpander pluginConfigurationExpander) Deprecated.setPluginManagementInjector(PluginManagementInjector pluginManagementInjector) Deprecated.setProfileActivationFilePathInterpolator(ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator) Deprecated.setProfileInjector(ProfileInjector profileInjector) Deprecated.setProfileSelector(ProfileSelector profileSelector) Deprecated.setReportConfigurationExpander(ReportConfigurationExpander reportConfigurationExpander) Deprecated.setReportingConverter(ReportingConverter reportingConverter) Deprecated.setSuperPomProvider(SuperPomProvider superPomProvider) Deprecated.setTransformer(ModelSourceTransformer transformer) Deprecated.setVersionProcessor(ModelVersionProcessor versionProcessor) Deprecated.
- 
Constructor Details- 
DefaultModelBuilderFactorypublic DefaultModelBuilderFactory()Deprecated.
 
- 
- 
Method Details- 
setModelProcessorDeprecated.
- 
setModelValidatorDeprecated.
- 
setModelNormalizerDeprecated.
- 
setModelInterpolatorDeprecated.
- 
setModelPathTranslatorDeprecated.
- 
setModelUrlNormalizerDeprecated.
- 
setSuperPomProviderDeprecated.
- 
setInheritanceAssemblerpublic DefaultModelBuilderFactory setInheritanceAssembler(InheritanceAssembler inheritanceAssembler) Deprecated.
- 
setProfileSelectorDeprecated.
- 
setProfileInjectorDeprecated.
- 
setPluginManagementInjectorpublic DefaultModelBuilderFactory setPluginManagementInjector(PluginManagementInjector pluginManagementInjector) Deprecated.
- 
setDependencyManagementInjectorpublic DefaultModelBuilderFactory setDependencyManagementInjector(DependencyManagementInjector dependencyManagementInjector) Deprecated.
- 
setDependencyManagementImporterpublic DefaultModelBuilderFactory setDependencyManagementImporter(DependencyManagementImporter dependencyManagementImporter) Deprecated.
- 
setLifecycleBindingsInjectorpublic DefaultModelBuilderFactory setLifecycleBindingsInjector(LifecycleBindingsInjector lifecycleBindingsInjector) Deprecated.
- 
setPluginConfigurationExpanderpublic DefaultModelBuilderFactory setPluginConfigurationExpander(PluginConfigurationExpander pluginConfigurationExpander) Deprecated.
- 
setReportConfigurationExpanderpublic DefaultModelBuilderFactory setReportConfigurationExpander(ReportConfigurationExpander reportConfigurationExpander) Deprecated.
- 
setReportingConverter@Deprecated public DefaultModelBuilderFactory setReportingConverter(ReportingConverter reportingConverter) Deprecated.
- 
setProfileActivationFilePathInterpolatorpublic DefaultModelBuilderFactory setProfileActivationFilePathInterpolator(ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator) Deprecated.
- 
setVersionProcessorDeprecated.
- 
setTransformerDeprecated.
- 
setModelVersionParserDeprecated.
- 
newModelProcessorDeprecated.
- 
newModelParsersDeprecated.
- 
newModelLocatorDeprecated.
- 
newModelReaderDeprecated.
- 
newProfileSelectorDeprecated.
- 
newProfileActivatorsDeprecated.
- 
newProfileActivationFilePathInterpolatorDeprecated.
- 
newUrlNormalizerDeprecated.
- 
newPathTranslatorDeprecated.
- 
newRootLocatorDeprecated.
- 
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.
 
 
- 
ModelBuilderinstead