Uses of Interface
org.apache.maven.model.profile.ProfileActivationContext
Packages that use ProfileActivationContext
Package
Description
-
Uses of ProfileActivationContext in org.apache.maven.model.path
Methods in org.apache.maven.model.path with parameters of type ProfileActivationContextModifier and TypeMethodDescriptionProfileActivationFilePathInterpolator.interpolate(String path, ProfileActivationContext context) Deprecated.Interpolates givenpath. -
Uses of ProfileActivationContext in org.apache.maven.model.profile
Classes in org.apache.maven.model.profile that implement ProfileActivationContextMethods in org.apache.maven.model.profile with parameters of type ProfileActivationContextModifier and TypeMethodDescriptionDefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.ProfileSelector.getActiveProfiles(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines the profiles which are active in the specified activation context.DefaultProfileSelector.getActiveProfilesV4(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.ProfileSelector.getActiveProfilesV4(Collection<Profile> profiles, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines the profiles which are active in the specified activation context. -
Uses of ProfileActivationContext in org.apache.maven.model.profile.activation
Methods in org.apache.maven.model.profile.activation with parameters of type ProfileActivationContextModifier and TypeMethodDescriptionbooleanFileProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanJdkVersionProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanOperatingSystemProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanPackagingProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines whether the specified profile is active in the given activator context.booleanPropertyProfileActivator.isActive(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanFileProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanJdkVersionProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanOperatingSystemProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanPackagingProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.booleanProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.Determines whether specified activation method is present in configuration or not.booleanPropertyProfileActivator.presentInConfig(Profile profile, ProfileActivationContext context, ModelProblemCollector problems) Deprecated.
ModelBuilderinstead