|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProfileActivationContext | |
---|---|
org.apache.maven.model.profile | |
org.apache.maven.model.profile.activation |
Uses of ProfileActivationContext in org.apache.maven.model.profile |
---|
Classes in org.apache.maven.model.profile that implement ProfileActivationContext | |
---|---|
class |
DefaultProfileActivationContext
Describes the environmental context used to determine the activation status of profiles. |
Methods in org.apache.maven.model.profile with parameters of type ProfileActivationContext | |
---|---|
List<Profile> |
ProfileSelector.getActiveProfiles(Collection<Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines the profiles which are active in the specified activation context. |
List<Profile> |
DefaultProfileSelector.getActiveProfiles(Collection<Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems)
|
Uses of ProfileActivationContext in org.apache.maven.model.profile.activation |
---|
Methods in org.apache.maven.model.profile.activation with parameters of type ProfileActivationContext | |
---|---|
boolean |
PropertyProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
|
boolean |
ProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines whether the specified profile is active in the given activator context. |
boolean |
OperatingSystemProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
|
boolean |
JdkVersionProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
|
boolean |
FileProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |