|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfileActivationContext
Describes the environmental context used to determine the activation status of profiles.
Method Summary | |
---|---|
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> |
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. |
Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |