| Package | Description |
|---|---|
| org.apache.maven.model.profile | |
| org.apache.maven.model.profile.activation |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultProfileActivationContext
Describes the environmental context used to determine the activation status of profiles.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.apache.maven.model.Profile> |
ProfileSelector.getActiveProfiles(java.util.Collection<org.apache.maven.model.Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines the profiles which are active in the specified activation context.
|
java.util.List<org.apache.maven.model.Profile> |
DefaultProfileSelector.getActiveProfiles(java.util.Collection<org.apache.maven.model.Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JdkVersionProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
FileProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
OperatingSystemProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
ProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines whether the specified profile is active in the given activator context.
|
boolean |
PropertyProfileActivator.isActive(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
JdkVersionProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
FileProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
OperatingSystemProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
ProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines whether specified activation method is present in configuration or not.
|
boolean |
PropertyProfileActivator.presentInConfig(org.apache.maven.model.Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |