|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.test.annotation.SystemProfileValueSource
public class SystemProfileValueSource
Implementation of ProfileValueSource
which uses system properties as
the underlying source.
Method Summary | |
---|---|
String |
get(String key)
Get the profile value indicated by the specified key from the system properties. |
static SystemProfileValueSource |
getInstance()
Obtain the canonical instance of this ProfileValueSource. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final SystemProfileValueSource getInstance()
public String get(String key)
get
in interface ProfileValueSource
key
- the name of the profile value
null
if there is no profile value with that keySystem.getProperty(String)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |