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 Summary
Constructors -
Method Summary
Modifier 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
-
DefaultModelBuilderFactory
public DefaultModelBuilderFactory()Deprecated.
-
-
Method Details
-
newModelProcessor
Deprecated. -
newModelLocator
Deprecated. -
newModelReader
Deprecated. -
newProfileSelector
Deprecated. -
newProfileActivators
Deprecated. -
newProfileActivationFilePathInterpolator
Deprecated. -
newUrlNormalizer
Deprecated. -
newPathTranslator
Deprecated. -
newModelInterpolator
Deprecated. -
newModelVersionPropertiesProcessor
Deprecated. -
newModelValidator
Deprecated. -
newModelNormalizer
Deprecated. -
newModelPathTranslator
Deprecated. -
newModelUrlNormalizer
Deprecated. -
newInheritanceAssembler
Deprecated. -
newProfileInjector
Deprecated. -
newSuperPomProvider
Deprecated. -
newDependencyManagementImporter
Deprecated. -
newDependencyManagementInjector
Deprecated. -
newLifecycleBindingsInjector
Deprecated. -
newPluginManagementInjector
Deprecated. -
newPluginConfigurationExpander
Deprecated. -
newReportConfigurationExpander
Deprecated. -
newReportingConverter
Deprecated. -
newInstance
Deprecated.Creates a new model builder instance.- Returns:
- The new model builder instance, never
null.
-
org.apache.maven.api.services.ModelBuilderinstead