Uses of Interface
org.apache.maven.api.services.model.ProfileActivationContext
Packages that use ProfileActivationContext
Package
Description
-
Uses of ProfileActivationContext in org.apache.maven.api.services.model
Methods in org.apache.maven.api.services.model with parameters of type ProfileActivationContextModifier and TypeMethodDescriptionProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Determines the profiles which are active in the specified activation context.booleanProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether the specified profile is active in the given activator context.booleanProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether specified activation method is present in configuration or not. -
Uses of ProfileActivationContext in org.apache.maven.impl.model
Classes in org.apache.maven.impl.model that implement ProfileActivationContextModifier and TypeClassDescriptionclassDescribes the environmental context used to determine the activation status of profiles.Methods in org.apache.maven.impl.model with parameters of type ProfileActivationContextModifier and TypeMethodDescriptionDefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) -
Uses of ProfileActivationContext in org.apache.maven.impl.model.profile
Methods in org.apache.maven.impl.model.profile with parameters of type ProfileActivationContextModifier and TypeMethodDescriptionbooleanConditionProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Determines whether a profile should be active based on its condition.booleanFileProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPackagingProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPropertyProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanConditionProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Checks if the condition is present in the profile's configuration.booleanFileProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanJdkVersionProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanOperatingSystemProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPackagingProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) booleanPropertyProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) ConditionProfileActivator.registerFunctions(ProfileActivationContext context, VersionParser versionParser) Registers the condition functions that can be used in profile activation expressions.Constructors in org.apache.maven.impl.model.profile with parameters of type ProfileActivationContextModifierConstructorDescriptionConditionFunctions(ProfileActivationContext context, VersionParser versionParser) Constructs a new ConditionFunctions instance.