|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xml.resolver.helpers.FileURL
public abstract class FileURL
Static method for dealing with file: URLs.
This class defines a static method that can be used to construct an appropriate file: URL from parts. It's defined here so that it can be reused throught the resolver.
(Yes, I'd rather have called this class FileURI, but given that a jave.net.URL is returned, it seemed...even more confusing.)
Method Summary | |
---|---|
static java.net.URL |
makeURL(java.lang.String pathname)
Construct a file: URL for a path name. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.net.URL makeURL(java.lang.String pathname) throws java.net.MalformedURLException
URLs in the file: scheme can be constructed for paths on the local file system. Several possibilities need to be considered:
This method is declared static so that other classes can use it directly.
pathname
- The path name component for which to construct a URL.
java.net.MalformedURLException
- if the pathname can't be turned into
a proper URL.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |