| 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(FSDriver<?> driver)
Add a command path driver.
|
Bootstrap |
Bootstrap.addToConfPath(FSDriver<?> driver)
Add a configuration path driver.
|
| Modifier and Type | Field and Description |
|---|---|
private FSDriver<H> |
Handle.driver
.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) List<FSDriver<?>> |
FS.drivers
.
|
| Modifier and Type | Method and Description |
|---|---|
(package private) <H> Handle<H> |
File.getHandle(FSDriver<H> driver,
Path path) |
FS |
FS.mount(FSDriver<?> driver) |
private <H> H |
File.resolve(FSDriver<H> driver,
H current,
Path path) |
| Constructor and Description |
|---|
Handle(FSDriver<H> driver,
H handle) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFSDriver<H> |
| Modifier and Type | Field and Description |
|---|---|
private FSDriver<H> |
Mount.driver
.
|
| Modifier and Type | Method and Description |
|---|---|
FSDriver<H> |
Mount.getDriver() |
| Constructor and Description |
|---|
Mount(FSDriver<H> driver,
String value) |
| Modifier and Type | Class and Description |
|---|---|
class |
FileDriver |
| Modifier and Type | Class and Description |
|---|---|
class |
RAMDriver |
| Modifier and Type | Class and Description |
|---|---|
class |
ServletContextDriver |
| Modifier and Type | Class and Description |
|---|---|
class |
URLDriver |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.