|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DefaultProfileActivationContext | |
---|---|
org.apache.maven.model.profile |
Uses of DefaultProfileActivationContext in org.apache.maven.model.profile |
---|
Methods in org.apache.maven.model.profile that return DefaultProfileActivationContext | |
---|---|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setActiveProfileIds(List<String> activeProfileIds)
Sets the identifiers of those profiles that should be activated by explicit demand. |
DefaultProfileActivationContext |
DefaultProfileActivationContext.setInactiveProfileIds(List<String> inactiveProfileIds)
Sets the identifiers of those profiles that should be deactivated by explicit demand. |
DefaultProfileActivationContext |
DefaultProfileActivationContext.setProjectDirectory(File projectDirectory)
Sets the base directory of the current project. |
DefaultProfileActivationContext |
DefaultProfileActivationContext.setSystemProperties(Map<String,String> systemProperties)
Sets the system properties to use for interpolation and profile activation. |
DefaultProfileActivationContext |
DefaultProfileActivationContext.setSystemProperties(Properties systemProperties)
Sets the system properties to use for interpolation and profile activation. |
DefaultProfileActivationContext |
DefaultProfileActivationContext.setUserProperties(Map<String,String> userProperties)
Sets the user properties to use for interpolation and profile activation. |
DefaultProfileActivationContext |
DefaultProfileActivationContext.setUserProperties(Properties userProperties)
Sets the user properties to use for interpolation and profile activation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |