|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IlvMapDataPathResolver
This class defines a path resolver.
The goal of a path resolver is to match a file or an URL whose relative path name
is specified towards its absolute path name within an
IlvMapDataPathManager.
IlvDefaultDataPathResolver,
IlvMapDataPathManager| Method Summary | |
|---|---|
String |
resolvePath(String filename)
Resolves the specified relative filename. |
URL |
resolveURL(String filename)
Resolves the specified relative file name. |
| Method Detail |
|---|
String resolvePath(String filename)
filename - The relative filename to resolve.
null if this resolver
cannot resolve the path.URL resolveURL(String filename)
filename - The relative file name to resolve.
null if this resolver cannot resolve the path.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||