| Modifier and Type | Field and Description |
|---|---|
private LinkedHashMap<Key,File> |
children
.
|
private FS |
fs
.
|
private LinkedList<Handle<?>> |
handles
.
|
private Path |
path
.
|
| Modifier and Type | Method and Description |
|---|---|
File |
child(String name,
boolean dir) |
Iterable<File> |
children() |
(package private) LinkedList<Handle<?>> |
getHandles() |
String |
getName() |
Path |
getPath() |
Resource |
getResource() |
Iterable<Resource> |
getResources() |
boolean |
isDir() |
String |
toString() |
private LinkedList<Handle<?>> handles
private LinkedHashMap<Key,File> children
public boolean isDir()
public Resource getResource() throws IOException
IOExceptionpublic Iterable<Resource> getResources() throws IOException
IOExceptionpublic File child(String name, boolean dir) throws IOException
IOExceptionpublic Iterable<File> children() throws IOException
IOExceptionLinkedList<Handle<?>> getHandles()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.