|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface SubconfImpl.PathResolver
An interface to denote the capability to resolve paths so as to be able to provide URL objects from property values.
Implementations may provide based path-resolver (with a base URL), absolute ones, or secured ones.
SubconfImpl.Util.makeBasedPathResolver(URL),
SubconfImpl.Util.makeAbsFilePathResolver(),
SubconfImpl.Util.makeBaseFileWithinPathResolver(java.io.File)| Method Summary | |
|---|---|
URL |
resolvePath(String propValue)
Returns a URL interpreting the value. |
| Method Detail |
|---|
URL resolvePath(String propValue)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||