public class URLDriver extends AbstractFSDriver<Node>
| Constructor and Description |
|---|
URLDriver() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Node> |
children(Node handle) |
long |
getLastModified(Node handle) |
boolean |
isDir(Node handle) |
void |
merge(ClassLoader loader) |
void |
merge(URL url) |
String |
name(Node handle) |
Iterator<InputStream> |
open(Node handle) |
Node |
root()
Returns the root handle.
|
childpublic URLDriver()
public void merge(ClassLoader loader) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic void merge(URL url) throws IOException, URISyntaxException
IOExceptionURISyntaxExceptionpublic Node root() throws IOException
FSDriverIOException - any io exceptionpublic String name(Node handle) throws IOException
IOExceptionpublic boolean isDir(Node handle) throws IOException
IOExceptionpublic Iterable<Node> children(Node handle) throws IOException
IOExceptionpublic long getLastModified(Node handle) throws IOException
IOExceptionpublic Iterator<InputStream> open(Node handle) throws IOException
IOExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.