Modifier and Type | Field and Description |
---|---|
private LinkedHashMap<String,File> |
children
.
|
private FS |
fs
.
|
private LinkedList<Handle<?>> |
handles
.
|
private Path |
path
.
|
Modifier and Type | Method and Description |
---|---|
File |
child(String name) |
Iterable<File> |
children() |
(package private) <H> Handle<H> |
getHandle(FSDriver<H> driver,
Path path) |
(package private) LinkedList<Handle<?>> |
getHandles() |
String |
getName() |
Path |
getPath() |
Resource |
getResource() |
Iterable<Resource> |
getResources() |
boolean |
hasChildren() |
private <H> H |
resolve(FSDriver<H> driver,
H current,
Path path) |
String |
toString() |
private LinkedList<Handle<?>> handles
private LinkedHashMap<String,File> children
public boolean hasChildren() throws IOException
IOException
public Resource getResource() throws IOException
IOException
public Iterable<Resource> getResources() throws IOException
IOException
public File child(String name) throws IOException
IOException
public Iterable<File> children() throws IOException
IOException
LinkedList<Handle<?>> getHandles()
<H> Handle<H> getHandle(FSDriver<H> driver, Path path) throws IOException
IOException
private <H> H resolve(FSDriver<H> driver, H current, Path path) throws IOException
IOException
Copyright © 2015 eXo Platform SAS. All Rights Reserved.