Package | Description |
---|---|
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 | Field and Description |
---|---|
private ArrayList<Mount<?>> |
FS.Builder.mounts
.
|
Modifier and Type | Method and Description |
---|---|
List<Mount<?>> |
FS.Builder.getMounts() |
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 | Method and Description |
---|---|
Mount<Path> |
RAMMountFactory.create(Path path) |
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.