|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
void merge(ConfigurableEnvironment ) |
Append the given parent environment's active profiles, default profiles and property sources to this (child) environment's respective collections of each. |
Changed Methods | ||
Map<String, Object> getSystemEnvironment() |
Documentation changed from old to new. |
Return the value of System.getenv() if allowed by the current SecurityManager, otherwise return a map implementation that will attempt to access individual keys using calls to System.getenv(String). |
Map<String, Object> getSystemProperties() |
Documentation changed from old to new. |
Return the value of System.getProperties() if allowed by the current SecurityManager, otherwise return a map implementation that will attempt to access individual keys using calls to System.getProperty(String). |
void setActiveProfiles(String[] ) |
Documentation changed from old to new. |
Specify the set of profiles active for this {@code Environment}. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |