Package | Description |
---|---|
org.apache.maven.model.profile |
Modifier and Type | Method and Description |
---|---|
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.setProjectProperties(Properties projectProperties) |
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.
|
Copyright © 2001–2014 The Apache Software Foundation. All rights reserved.