| Package | Description |
|---|---|
| org.crsh.plugin | |
| org.crsh.vfs |
| Modifier and Type | Method and Description |
|---|---|
protected FS |
WebPluginLifeCycle.createCommandFS(javax.servlet.ServletContext context)
Create the command file system, this method binds the
/WEB-INF/crash/commands/ path of the
servlet context. |
protected FS |
WebPluginLifeCycle.createConfFS(javax.servlet.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(javax.servlet.ServletContext context,
FS cmdFS,
FS confFS,
PluginDiscovery discovery)
Create the plugin context, allowing subclasses to provide a custom configuration.
|
| Constructor and Description |
|---|
PluginContext(java.util.concurrent.ExecutorService executor,
java.util.concurrent.ScheduledExecutorService scanner,
PluginDiscovery discovery,
java.util.Map<java.lang.String,java.lang.Object> attributes,
FS cmdFS,
FS confFS,
java.lang.ClassLoader loader)
Create a new plugin context.
|
PluginContext(PluginDiscovery discovery,
java.util.Map<java.lang.String,java.lang.Object> attributes,
FS cmdFS,
FS confFS,
java.lang.ClassLoader loader)
Create a new plugin context with preconfigured executor and scanner, this is equivalent to invoking:
|
| Modifier and Type | Method and Description |
|---|---|
FS |
FS.mount(java.lang.Class<?> clazz) |
FS |
FS.mount(java.lang.ClassLoader cl,
Path path) |
FS |
FS.mount(java.io.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.