Package | Description |
---|---|
org.apache.maven.model.building | |
org.apache.maven.model.path | |
org.apache.maven.model.profile | |
org.apache.maven.model.profile.activation |
Modifier and Type | Method and Description |
---|---|
private void |
DefaultModelBuilder.replaceWithInterpolatedValue(ActivationFile activationFile,
ProfileActivationContext context,
DefaultModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ProfileActivationFilePathInterpolator.interpolate(java.lang.String path,
ProfileActivationContext context)
Interpolates given
path . |
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<Profile> |
ProfileSelector.getActiveProfiles(java.util.Collection<Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines the profiles which are active in the specified activation context.
|
java.util.List<Profile> |
DefaultProfileSelector.getActiveProfiles(java.util.Collection<Profile> profiles,
ProfileActivationContext context,
ModelProblemCollector problems) |
private boolean |
DefaultProfileSelector.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
Modifier and Type | Method and Description |
---|---|
boolean |
JdkVersionProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
PropertyProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
OperatingSystemProfileActivator.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 |
FileProfileActivator.isActive(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
JdkVersionProfileActivator.presentInConfig(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
PropertyProfileActivator.presentInConfig(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
OperatingSystemProfileActivator.presentInConfig(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |
boolean |
ProfileActivator.presentInConfig(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems)
Determines whether specified activation method is present in configuration or not.
|
boolean |
FileProfileActivator.presentInConfig(Profile profile,
ProfileActivationContext context,
ModelProblemCollector problems) |