| Package | Description |
|---|---|
| org.crsh.plugin | |
| org.crsh.spring | |
| org.crsh.standalone | |
| org.crsh.vfs |
| Modifier and Type | Field and Description |
|---|---|
private FS |
ResourceManager.cmdFS
.
|
private FS |
ResourceManager.confFS
.
|
| Modifier and Type | Method and Description |
|---|---|
protected FS |
WebPluginLifeCycle.createCommandFS(ServletContext context)
Create the command file system, this method binds the
/WEB-INF/crash/commands/ path of the
servlet context. |
protected FS |
WebPluginLifeCycle.createConfFS(ServletContext context)
Create the conf file system, this method binds the
/WEB-INF/crash/ path of the
servlet context. |
| Modifier and Type | Method and Description |
|---|---|
protected PluginContext |
WebPluginLifeCycle.createPluginContext(ServletContext context,
FS cmdFS,
FS confFS,
PluginDiscovery discovery)
Create the plugin context, allowing subclasses to provide a custom configuration.
|
| Constructor and Description |
|---|
PluginContext(ExecutorService executor,
ScheduledExecutorService scanner,
PluginDiscovery discovery,
Map<String,Object> attributes,
FS cmdFS,
FS confFS,
ClassLoader loader)
Create a new plugin context.
|
PluginContext(PluginDiscovery discovery,
Map<String,Object> attributes,
FS cmdFS,
FS confFS,
ClassLoader loader)
Create a new plugin context with preconfigured executor and scanner, this is equivalent to invoking:
|
ResourceManager(FS cmdFS,
FS confFS) |
| Modifier and Type | Method and Description |
|---|---|
protected FS |
SpringBootstrap.createCommandFS() |
protected FS |
SpringWebBootstrap.createCommandFS() |
protected FS |
SpringBootstrap.createConfFS() |
| Modifier and Type | Field and Description |
|---|---|
private FS |
Bootstrap.cmdFS
The command file system.
|
private FS |
Bootstrap.confFS
The configuration file system.
|
| Modifier and Type | Field and Description |
|---|---|
private FS |
File.fs
.
|
| Modifier and Type | Method and Description |
|---|---|
FS |
FS.mount(Class<?> clazz) |
FS |
FS.mount(ClassLoader cl,
Path path) |
FS |
FS.mount(File root) |
<H> FS |
FS.mount(FSDriver<H> driver) |
| Constructor and Description |
|---|
File(FS fs,
Path path) |
Copyright © 2014 eXo Platform SAS. All Rights Reserved.