|
The Spring Framework | |||||||||
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.
Spring provides the following out-of-the-box implementations:
AbstractAnnotationAwareTransactionalTests
Method Summary | |
---|---|
String |
get(String key)
Get the profile value indicated by the specified key. |
Method Detail |
---|
String get(String key)
key
- The name of the profile value.
null
if there is no profile value with that key
IllegalArgumentException
- if key
is
null
or empty
|
The Spring Framework | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |