| Package | Description |
|---|---|
| org.crsh.plugin | |
| org.crsh.spring | |
| org.crsh.vfs | |
| 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 Map<String,FSMountFactory<?>> |
WebPluginLifeCycle.mountContexts
.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,FSMountFactory<?>> |
Embedded.getMountFactories() |
protected Map<String,FSMountFactory<?>> |
WebPluginLifeCycle.getMountFactories()
This implementation register three file system drivers:
file : the current file system
classpath : the classpath
war : the war content
|
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<String,FSMountFactory<?>> |
SpringBootstrap.drivers
.
|
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,FSMountFactory<?>> |
SpringBootstrap.getMountFactories() |
| Modifier and Type | Field and Description |
|---|---|
private HashMap<String,FSMountFactory<?>> |
FS.Builder.resolvers
.
|
| Modifier and Type | Method and Description |
|---|---|
FS.Builder |
FS.Builder.register(String name,
FSMountFactory<?> resolver)
Register a resolver.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileMountFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
RAMMountFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
WarMountFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassPathMountFactory |
Copyright © 2015 eXo Platform SAS. All Rights Reserved.