org.crsh.vfs
Class Handle<H>
java.lang.Object
org.crsh.vfs.Handle<H>
-
class Handle<H>
- extends Object
-
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
driver
private final FSDriver<H> driver
-
.
name
final String name
-
.
handle
final H handle
-
.
Handle
Handle(FSDriver<H> driver,
H handle)
throws IOException
-
- Throws:
IOException
children
Iterable<Handle<H>> children()
throws IOException
-
- Throws:
IOException
getResource
Resource getResource()
throws IOException
-
- Throws:
IOException
getResources
Iterator<Resource> getResources()
throws IOException
-
- Throws:
IOException
open
private InputStream open()
throws IOException
-
- Throws:
IOException
getLastModified
long getLastModified()
throws IOException
-
- Throws:
IOException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.