|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ProfileValueSource
Strategy interface for retrieving profile values for a given testing environment.
Concrete implementations must provide a public
no-args
constructor.
Spring provides the following out-of-the-box implementations:
ProfileValueSourceConfiguration
,
IfProfileValue
,
ProfileValueUtils
Method Summary | |
---|---|
java.lang.String |
get(java.lang.String key)
Get the profile value indicated by the specified key. |
Method Detail |
---|
java.lang.String get(java.lang.String key)
key
- the name of the profile value
null
if there is no profile value with that key
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |