protected abstract class ResourceLoader.PathURLStreamHandler extends URLStreamHandler
| Modifier | Constructor and Description |
|---|---|
protected |
PathURLStreamHandler() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getName(URL u)
When a URL has been created, in
openConnection(String), this method can make a 'name' of it again. |
(package private) abstract Set<String> |
getPaths(Set<String> results,
Pattern pattern,
boolean recursive,
boolean directories) |
(package private) Enumeration<URL> |
getResources(String name)
Returns a List of URL's with the same name.
|
abstract URLConnection |
openConnection(String name)
We need an openConnection by name only, and public.
|
protected URLConnection |
openConnection(URL u) |
equals, getDefaultPort, getHostAddress, hashCode, hostsEqual, openConnection, parseURL, sameFile, setURL, setURL, toExternalFormpublic abstract URLConnection openConnection(String name)
protected abstract String getName(URL u)
openConnection(String), this method can make a 'name' of it again.Enumeration<URL> getResources(String name) throws IOException
IOExceptionprotected URLConnection openConnection(URL u) throws IOException
openConnection in class URLStreamHandlerIOExceptionMMBase 1.9-SNAPSHOT - ${javadoctimestamp}