|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PluginDiscovery | |
|---|---|
| org.crsh.plugin | |
| org.crsh.spring | |
| Uses of PluginDiscovery in org.crsh.plugin |
|---|
| Classes in org.crsh.plugin that implement PluginDiscovery | |
|---|---|
class |
ServiceLoaderDiscovery
|
class |
SimplePluginDiscovery
|
| Fields in org.crsh.plugin declared as PluginDiscovery | |
|---|---|
private PluginDiscovery |
PluginManager.discovery
. |
| Methods in org.crsh.plugin that return PluginDiscovery | |
|---|---|
protected PluginDiscovery |
WebPluginLifeCycle.createDiscovery(javax.servlet.ServletContext context,
ClassLoader classLoader)
Create the service loader discovery, this can be subclassed to provide an implementation, the current implementation returns a ServiceLoaderDiscovery instance. |
| Constructors in org.crsh.plugin with parameters of type PluginDiscovery | |
|---|---|
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: |
|
PluginManager(PluginContext context,
PluginDiscovery discovery)
|
|
| Uses of PluginDiscovery in org.crsh.spring |
|---|
| Classes in org.crsh.spring that implement PluginDiscovery | |
|---|---|
class |
SpringPluginDiscovery
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||