|
||||||||||
| 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 that return ProfileActivationContext | |
|---|---|
ProfileActivationContext |
ProfileActivationContext.setActiveProfileIds(java.util.List<java.lang.String> activeProfileIds)
Sets the identifiers of those profiles that should be activated by explicit demand. |
ProfileActivationContext |
ProfileActivationContext.setInactiveProfileIds(java.util.List<java.lang.String> inactiveProfileIds)
Sets the identifiers of those profiles that should be deactivated by explicit demand. |
ProfileActivationContext |
ProfileActivationContext.setProjectDirectory(java.io.File projectDirectory)
Sets the base directory of the current project. |
ProfileActivationContext |
DefaultProfileActivationContext.setProjectDirectory(java.io.File projectDirectory)
|
ProfileActivationContext |
ProfileActivationContext.setSystemProperties(java.util.Properties executionProperties)
Sets the system properties to use for interpolation and profile activation. |
ProfileActivationContext |
ProfileActivationContext.setUserProperties(java.util.Properties userProperties)
Sets the user properties to use for interpolation and profile activation. |
| Methods in org.apache.maven.model.profile with parameters of type ProfileActivationContext | |
|---|---|
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)
|
| 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 | |||||||||