| 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 | Field and Description |
|---|---|
private Path |
File.path
.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
Path.get(Path parent,
String name,
boolean dir) |
static Path |
Path.get(String s) |
Path |
File.getPath() |
| Modifier and Type | Method and Description |
|---|---|
File |
FS.get(Path path) |
static Path |
Path.get(Path parent,
String name,
boolean dir) |
(package private) Handle<H> |
Mount.getHandle(Path path) |
boolean |
Path.isChildOf(Path parent) |
FS |
FS.mount(ClassLoader cl,
Path path) |
| Constructor and Description |
|---|
File(FS fs,
Path path) |
| Modifier and Type | Field and Description |
|---|---|
private Path |
RAMDriver.root
.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) HashMap<Path,String> |
RAMDriver.entries
.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
RAMDriver.root() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Path> |
RAMDriver.children(Path handle) |
| Modifier and Type | Method and Description |
|---|---|
void |
RAMDriver.add(Path path,
String file) |
Iterable<Path> |
RAMDriver.children(Path handle) |
long |
RAMDriver.getLastModified(Path handle) |
boolean |
RAMDriver.isDir(Path handle) |
String |
RAMDriver.name(Path handle) |
Iterator<InputStream> |
RAMDriver.open(Path handle) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.