DefaultProfileActivationContext |
DefaultProfileActivationContext.setActiveProfileIds(java.util.List<java.lang.String> activeProfileIds) |
Sets the identifiers of those profiles that should be activated by explicit demand.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setInactiveProfileIds(java.util.List<java.lang.String> inactiveProfileIds) |
Sets the identifiers of those profiles that should be deactivated by explicit demand.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setProjectDirectory(java.io.File projectDirectory) |
Sets the base directory of the current project.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setProjectProperties(java.util.Properties projectProperties) |
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setSystemProperties(java.util.Map<java.lang.String,java.lang.String> systemProperties) |
Sets the system properties to use for interpolation and profile activation.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setSystemProperties(java.util.Properties systemProperties) |
Sets the system properties to use for interpolation and profile activation.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setUserProperties(java.util.Map<java.lang.String,java.lang.String> userProperties) |
Sets the user properties to use for interpolation and profile activation.
|
DefaultProfileActivationContext |
DefaultProfileActivationContext.setUserProperties(java.util.Properties userProperties) |
Sets the user properties to use for interpolation and profile activation.
|