Package | Description |
---|---|
org.crsh.standalone | |
org.crsh.vfs | |
org.crsh.vfs.spi | |
org.crsh.vfs.spi.file | |
org.crsh.vfs.spi.ram | |
org.crsh.vfs.spi.servlet | |
org.crsh.vfs.spi.url |
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 | Class and Description |
---|---|
static class |
Path.Absolute |
static class |
Path.Relative |
Modifier and Type | Field and Description |
---|---|
private Path |
File.path
.
|
Modifier and Type | Method and Description |
---|---|
Path |
Path.append(String name,
boolean dir) |
protected abstract Path |
Path.create(boolean dir,
String[] names) |
static Path |
Path.get(File file) |
static Path |
Path.get(String s) |
Path |
File.getPath() |
Modifier and Type | Method and Description |
---|---|
File |
FS.get(Path path) |
(package private) <H> Handle<H> |
File.getHandle(FSDriver<H> driver,
Path path) |
boolean |
Path.isChildOf(Path parent) |
FS |
FS.mount(ClassLoader cl,
Path path) |
FS.Builder |
FS.Builder.mount(String name,
Path path) |
private <H> H |
File.resolve(FSDriver<H> driver,
H current,
Path path) |
Constructor and Description |
---|
File(FS fs,
Path path) |
Modifier and Type | Method and Description |
---|---|
Mount<H> |
FSMountFactory.create(Path path)
Resolve a mount for the specified path.
|
Modifier and Type | Method and Description |
---|---|
Mount<File> |
FileMountFactory.create(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) |
Mount<Path> |
RAMMountFactory.create(Path path) |
Modifier and Type | Method and Description |
---|---|
void |
RAMDriver.add(Path path,
String file) |
Iterable<Path> |
RAMDriver.children(Path handle) |
Mount<Path> |
RAMMountFactory.create(Path path) |
long |
RAMDriver.getLastModified(Path handle) |
boolean |
RAMDriver.isDir(Path handle) |
String |
RAMDriver.name(Path handle) |
Iterator<InputStream> |
RAMDriver.open(Path handle) |
Modifier and Type | Method and Description |
---|---|
Mount<String> |
WarMountFactory.create(Path path) |
Modifier and Type | Method and Description |
---|---|
Mount<Node> |
ClassPathMountFactory.create(Path path) |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.