Uses of Class
org.apache.maven.internal.impl.model.ProfileActivationFilePathInterpolator
Package
Description
-
Uses of ProfileActivationFilePathInterpolator in org.apache.maven.internal.impl.model
ModifierConstructorDescriptionDefaultModelBuilder
(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, PluginConfigurationExpander pluginConfigurationExpander, ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator, ModelVersionParser versionParser, List<ModelTransformer> transformers, ModelCacheFactory modelCacheFactory, ModelResolver modelResolver, Interpolator interpolator) -
Uses of ProfileActivationFilePathInterpolator in org.apache.maven.internal.impl.model.profile
Modifier and TypeMethodDescriptionConditionProfileActivator.registerFunctions
(ProfileActivationContext context, VersionParser versionParser, ProfileActivationFilePathInterpolator interpolator) Registers the condition functions that can be used in profile activation expressions.ModifierConstructorDescriptionConditionFunctions
(ProfileActivationContext context, VersionParser versionParser, ProfileActivationFilePathInterpolator interpolator) Constructs a new ConditionFunctions instance.ConditionProfileActivator
(VersionParser versionParser, ProfileActivationFilePathInterpolator interpolator, RootLocator rootLocator) Constructs a new ConditionProfileActivator with the necessary dependencies.FileProfileActivator
(ProfileActivationFilePathInterpolator profileActivationFilePathInterpolator)