| Package | Description |
|---|---|
| org.crsh.standalone | |
| org.crsh.vfs | |
| org.crsh.vfs.spi.ram |
| Modifier and Type | Method and Description |
|---|---|
Bootstrap |
Bootstrap.addToCmdPath(Path path)
Add a command path directory.
|
Bootstrap |
Bootstrap.addToConfPath(Path path)
Add a configuration path.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
Path.get(Path parent,
java.lang.String name,
boolean dir) |
static Path |
Path.get(java.lang.String s) |
Path |
File.getPath() |
| Modifier and Type | Method and Description |
|---|---|
File |
FS.get(Path path) |
static Path |
Path.get(Path parent,
java.lang.String name,
boolean dir) |
boolean |
Path.isChildOf(Path parent) |
FS |
FS.mount(java.lang.ClassLoader cl,
Path path) |
| Constructor and Description |
|---|
File(FS fs,
Path path) |
| Modifier and Type | Method and Description |
|---|---|
Path |
RAMDriver.root() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Path> |
RAMDriver.children(Path handle) |
| Modifier and Type | Method and Description |
|---|---|
void |
RAMDriver.add(Path path,
java.lang.String file) |
java.lang.Iterable<Path> |
RAMDriver.children(Path handle) |
long |
RAMDriver.getLastModified(Path handle) |
boolean |
RAMDriver.isDir(Path handle) |
java.lang.String |
RAMDriver.name(Path handle) |
java.util.Iterator<java.io.InputStream> |
RAMDriver.open(Path handle) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.