public interface ProfileActivationContext
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getActiveProfileIds()Gets the identifiers of those profiles that should be activated by explicit demand. | 
| List<String> | getInactiveProfileIds()Gets the identifiers of those profiles that should be deactivated by explicit demand. | 
| File | getProjectDirectory()Gets the base directory of the current project (if any). | 
| Map<String,String> | getProjectProperties()Gets current calculated project properties | 
| Map<String,String> | getSystemProperties()Gets the system properties to use for interpolation and profile activation. | 
| Map<String,String> | getUserProperties()Gets the user properties to use for interpolation and profile activation. | 
List<String> getActiveProfileIds()
null.List<String> getInactiveProfileIds()
null.Map<String,String> getSystemProperties()
System.getProperties() and environment variables.null.Map<String,String> getUserProperties()
-Dkey=value parameter on the command
 line.null.File getProjectDirectory()
null if none.Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.