Package | Description |
---|---|
org.crsh.lang | |
org.crsh.lang.impl.groovy | |
org.crsh.plugin | |
org.crsh.shell.impl.command | |
org.crsh.ssh.term | |
org.crsh.ssh.term.inline | |
org.crsh.ssh.term.scp | |
org.crsh.telnet.term | |
org.crsh.util |
Modifier and Type | Field and Description |
---|---|
(package private) PluginContext |
LanguageCommandResolver.context
.
|
Constructor and Description |
---|
LanguageCommandResolver(PluginContext context) |
Constructor and Description |
---|
GroovyCompiler(PluginContext context) |
GroovyLanguage(PluginContext context) |
Modifier and Type | Field and Description |
---|---|
private PluginContext |
PluginManager.context
.
|
(package private) PluginContext |
CRaSHPlugin.context
.
|
private PluginContext |
PluginLifeCycle.context
.
|
Modifier and Type | Field and Description |
---|---|
private static Map<String,PluginContext> |
WebPluginLifeCycle.contextMap
.
|
Modifier and Type | Method and Description |
---|---|
protected PluginContext |
Embedded.create(Map<String,Object> attributes,
PluginDiscovery discovery,
ClassLoader loader)
Create the plugin context, allow subclasses to customize it.
|
protected PluginContext |
CRaSHPlugin.getContext() |
PluginContext |
PluginLifeCycle.getContext() |
static PluginContext |
WebPluginLifeCycle.getPluginContext(String contextPath)
Returns a plugin context associated with the servlet context or null if such context does not exist.
|
protected PluginContext |
Embedded.start(Map<String,Object> attributes,
PluginDiscovery discovery,
ClassLoader loader)
Create and start the plugin context.
|
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 | Field and Description |
---|---|
(package private) PluginContext |
CRaSH.context
.
|
Modifier and Type | Method and Description |
---|---|
PluginContext |
CRaSH.getContext()
Returns the plugin context.
|
PluginContext |
CRaSHSession.getContext() |
PluginContext |
ShellSession.getContext() |
Constructor and Description |
---|
CRaSH(PluginContext context)
Create a new CRaSH.
|
Modifier and Type | Field and Description |
---|---|
private PluginContext |
SSHLifeCycle.context
.
|
Constructor and Description |
---|
SSHLifeCycle(PluginContext context,
Charset encoding,
int port,
int idleTimeout,
int authTimeout,
org.apache.sshd.common.KeyPairProvider keyPairProvider,
ArrayList<AuthenticationPlugin> authenticationPlugins) |
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) |
Modifier and Type | Field and Description |
---|---|
private PluginContext |
TermLifeCycle.context
.
|
Modifier and Type | Method and Description |
---|---|
PluginContext |
TermLifeCycle.getContext() |
Constructor and Description |
---|
TelnetLifeCycle(PluginContext context) |
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 © 2015 eXo Platform SAS. All Rights Reserved.