| Package | Description |
|---|---|
| org.crsh.plugin |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceLoaderDiscovery |
class |
SimplePluginDiscovery |
| Modifier and Type | Method and Description |
|---|---|
protected PluginDiscovery |
WebPluginLifeCycle.createDiscovery(javax.servlet.ServletContext context,
java.lang.ClassLoader classLoader)
Create the service loader discovery, this can be subclassed to provide an implementation, the current
implementation returns a
ServiceLoaderDiscovery instance. |
| 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:
|
Copyright © 2014 eXo Platform SAS. All Rights Reserved.