Interface ProfileValueSource
- All Known Implementing Classes:
- SystemProfileValueSource
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:
- Since:
- 2.0
- Author:
- Rod Johnson, Sam Brannen
- See Also:
- 
Method Summary
- 
Method Details- 
getGet the profile value indicated by the specified key.- Parameters:
- key- the name of the profile value
- Returns:
- the String value of the profile value, or nullif there is no profile value with that key
 
 
-