|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.format.IlvMapDataPathManager
public class IlvMapDataPathManager
Resolves the absolute path name of a file given its relative filename.
This data path manager uses a set of IlvMapDataPathResolvers
to resolve paths.
This set is managed as a singleton used by the load-on-demand mechanism of
JViews Maps.
IlvMapDataPathResolver| Method Summary | |
|---|---|
static void |
AddDataPathResolver(IlvMapDataPathResolver resolver)
Adds the specified IlvMapDataPathResolver to the data path
manager. |
static Enumeration |
GetDataPathResolvers()
Returns an enumeration of the resolvers contained in the data path manager. |
static boolean |
RemoveDataPathResolver(IlvMapDataPathResolver resolver)
Removes the specified IlvMapDataPathResolver from the data
path manager. |
static String |
ResolvePath(String filename)
Resolves the specified filename using the registered resolvers. |
static URL |
ResolveURL(String urlname)
Resolves the specified URL name using the registered resolvers. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void AddDataPathResolver(IlvMapDataPathResolver resolver)
IlvMapDataPathResolver to the data path
manager.
resolver - The IlvMapDataPathResolver.public static boolean RemoveDataPathResolver(IlvMapDataPathResolver resolver)
IlvMapDataPathResolver from the data
path manager.
resolver - The IlvMapDataPathResolver.
true if the data path manager contained the specified
resolver.public static Enumeration GetDataPathResolvers()
Enumeration of the resolvers.public static String ResolvePath(String filename)
filename is an absolute path name, and the file exists,
filename is returned.
filename - The relative path of the filename.
null if the resolution failed.public static URL ResolveURL(String urlname)
urlname - The relative path of the URL.
null if the resolution failed.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||