| Modifier and Type | Method and Description |
|---|---|
static groovy.lang.GroovyShell |
GroovyCommandManager.getGroovyShell(PluginContext context,
Map<String,Object> session)
The underlying groovu shell used for the REPL.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) PluginContext |
CRaSHPlugin.context
.
|
private PluginContext |
PluginLifeCycle.context
.
|
private PluginContext |
PluginManager.context
.
|
| Modifier and Type | Field and Description |
|---|---|
private static Map<String,PluginContext> |
WebPluginLifeCycle.contextMap
.
|
| Modifier and Type | Method and Description |
|---|---|
protected PluginContext |
CRaSHPlugin.getContext() |
PluginContext |
PluginLifeCycle.getContext() |
static PluginContext |
WebPluginLifeCycle.getPluginContext(javax.servlet.ServletContext sc)
Returns a plugin context associated with the servlet context or null if such context does not exist.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
PluginLifeCycle.configureProperty(PluginContext context,
Properties props,
PropertyDescriptor<?> desc) |
protected void |
PluginLifeCycle.start(PluginContext context) |
| Constructor and Description |
|---|
PluginManager(PluginContext context,
PluginDiscovery discovery) |
| Modifier and Type | Method and Description |
|---|---|
PluginContext |
REPLSession.getContext() |
| Modifier and Type | Field and Description |
|---|---|
(package private) PluginContext |
CRaSH.context
.
|
| Modifier and Type | Method and Description |
|---|---|
PluginContext |
CRaSH.getContext()
Returns the plugin context.
|
PluginContext |
CRaSHSession.getContext() |
| Constructor and Description |
|---|
CRaSH(PluginContext context)
Create a new CRaSH.
|
| Constructor and Description |
|---|
SSHLifeCycle(PluginContext context,
AuthenticationPlugin<?> authentication) |
| Modifier and Type | Field and Description |
|---|---|
private PluginContext |
SSHInlineCommand.pluginContext
.
|
| Constructor and Description |
|---|
SSHInlineCommand(String command,
PluginContext pluginContext) |
| Modifier and Type | Field and Description |
|---|---|
private PluginContext |
SCPCommandFactory.pluginContext
.
|
| Constructor and Description |
|---|
SCPCommandFactory(PluginContext pluginContext) |
| Constructor and Description |
|---|
TelnetLifeCycle(PluginContext context) |
| Modifier and Type | Field and Description |
|---|---|
private PluginContext |
TermLifeCycle.context
.
|
| Modifier and Type | Method and Description |
|---|---|
PluginContext |
TermLifeCycle.getContext() |
| Constructor and Description |
|---|
TermLifeCycle(PluginContext context) |
| Modifier and Type | Field and Description |
|---|---|
private PluginContext |
ClassCache.context
.
|
| Constructor and Description |
|---|
ClassCache(PluginContext context,
ClassFactory<T> classFactory,
ResourceKind kind) |
Copyright © 2013 eXo Platform SAS. All Rights Reserved.