Package net.ontopia.utils
Class URIUtils
java.lang.Object
net.ontopia.utils.URIUtils
INTERNAL: Utilities for working with URIs.
- Since:
- 1.3.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FilegetURIFile(LocatorIF file) INTERNAL: Given a URILocator in the file: URI scheme, produce the corresponding File object.static LocatorIFresolveMergeResource(LocatorIF base, String resource) INTERNAL: Utility that resolves external topicmap resources referenced from topic map files by means of mergemap.static URLINTERNAL: Use this method instead of File.toURL() to get URLs for files.
-
Constructor Details
-
URIUtils
public URIUtils()
-
-
Method Details
-
getURIFile
INTERNAL: Given a URILocator in the file: URI scheme, produce the corresponding File object.- Throws:
MalformedURLException- Since:
- 1.4
-
toURL
INTERNAL: Use this method instead of File.toURL() to get URLs for files. -
resolveMergeResource
INTERNAL: Utility that resolves external topicmap resources referenced from topic map files by means of mergemap.
-