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
publicno-args constructor.Spring provides the following out-of-the-box implementations:
- Since:
- 2.0
- Author:
- Rod Johnson, Sam Brannen
- See Also:
ProfileValueSourceConfiguration,IfProfileValue,ProfileValueUtils
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringget(String key)Get the profile value indicated by the specified key.