public interface FSDriver<H>
| Modifier and Type | Method and Description |
|---|---|
H |
child(H handle,
java.lang.String name) |
java.lang.Iterable<H> |
children(H handle) |
long |
getLastModified(H handle) |
boolean |
isDir(H handle) |
java.lang.String |
name(H handle) |
java.util.Iterator<java.io.InputStream> |
open(H handle) |
H |
root()
Returns the root handle.
|
H root() throws java.io.IOException
java.io.IOException - any io exceptionjava.lang.String name(H handle) throws java.io.IOException
java.io.IOExceptionboolean isDir(H handle) throws java.io.IOException
java.io.IOExceptionH child(H handle, java.lang.String name) throws java.io.IOException
java.io.IOExceptionjava.lang.Iterable<H> children(H handle) throws java.io.IOException
java.io.IOExceptionlong getLastModified(H handle) throws java.io.IOException
java.io.IOExceptionjava.util.Iterator<java.io.InputStream> open(H handle) throws java.io.IOException
java.io.IOExceptionCopyright © 2014 eXo Platform SAS. All Rights Reserved.