|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interace implemented by a value (key, ref, and property) resolver.
Method Summary | |
String |
getProperty(String key)
Return a property value. |
String |
getProperty(String key,
String value)
Return a property value. |
String |
resolve(String value)
Symbolic expansion of a supplied value. |
URI |
toURI(String ref)
Utility function supporting resolution of uris containing 'resource' or 'alias' schemes. |
Method Detail |
public URI toURI(String ref) throws URISyntaxException
ref
- the uri argument
URISyntaxException
- if an error occurs during uri creationpublic String getProperty(String key)
key
- the property key
public String getProperty(String key, String value)
key
- the property keyvalue
- the default value
public String resolve(String value)
value
- a string containing possibly multiple ${[value]} sequences
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |