|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResolveContext
Provides access to property names to their values. Used for resolver to resolve placeholders by their values.
Method Summary | |
---|---|
String |
get(String key) Returns the value for the given key. |
ConfigurationKey<?> |
getKey() Returns the unique identifier of the wrapped properties configuration. |
Method Detail |
---|
ConfigurationKey<?> getKey()
String get(String key) throws IllegalArgumentException, UnknownPropertyException, PropertyValidationException
key
- the key to the requested value.
null
if there is no value for that key (but the key is known).
IllegalArgumentException
- if
key
is blank.
UnknownPropertyException
- if
key
is not known.
PropertyValidationException
- if the property is invalid according to its constraints.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |