|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PluginContext in org.crsh.lang |
|---|
| Methods in org.crsh.lang with parameters of type PluginContext | |
|---|---|
static CommandManager |
CommandManager.create(PluginContext context)
|
| Uses of PluginContext in org.crsh.lang.groovy.shell |
|---|
| Fields in org.crsh.lang.groovy.shell declared as PluginContext | |
|---|---|
private PluginContext |
AbstractClassManager.context
. |
private PluginContext |
ClassManager.context
. |
(package private) PluginContext |
GroovyCommandManager.context
. |
| Constructors in org.crsh.lang.groovy.shell with parameters of type PluginContext | |
|---|---|
AbstractClassManager(PluginContext context,
Class<T> baseClass,
Class<? extends groovy.lang.Script> baseScriptClass)
|
|
ClassManager(PluginContext context,
ResourceKind kind,
Class<T> baseClass,
Class<? extends groovy.lang.Script> baseScriptClass)
|
|
GroovyCommandManager(PluginContext context)
|
|
| Uses of PluginContext in org.crsh.plugin |
|---|
| Fields in org.crsh.plugin declared as PluginContext | |
|---|---|
(package private) PluginContext |
CRaSHPlugin.context
. |
private PluginContext |
PluginLifeCycle.context
. |
private PluginContext |
PluginManager.context
. |
| Fields in org.crsh.plugin with type parameters of type PluginContext | |
|---|---|
private static Map<String,PluginContext> |
WebPluginLifeCycle.contextMap
. |
| Methods in org.crsh.plugin that return PluginContext | |
|---|---|
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. |
| Methods in org.crsh.plugin with parameters of type PluginContext | |
|---|---|
private void |
PluginLifeCycle.configureProperty(PluginContext context,
Properties props,
PropertyDescriptor<?> desc)
|
protected void |
PluginLifeCycle.start(PluginContext context)
|
| Constructors in org.crsh.plugin with parameters of type PluginContext | |
|---|---|
PluginManager(PluginContext context,
PluginDiscovery discovery)
|
|
| Uses of PluginContext in org.crsh.shell.impl.command |
|---|
| Fields in org.crsh.shell.impl.command declared as PluginContext | |
|---|---|
(package private) PluginContext |
CRaSH.context
. |
| Methods in org.crsh.shell.impl.command that return PluginContext | |
|---|---|
PluginContext |
CRaSH.getContext()
Returns the plugin context. |
| Constructors in org.crsh.shell.impl.command with parameters of type PluginContext | |
|---|---|
CRaSH(PluginContext context)
Create a new CRaSH. |
|
| Uses of PluginContext in org.crsh.ssh.term |
|---|
| Constructors in org.crsh.ssh.term with parameters of type PluginContext | |
|---|---|
SSHLifeCycle(PluginContext context,
AuthenticationPlugin<?> authentication)
|
|
| Uses of PluginContext in org.crsh.ssh.term.inline |
|---|
| Fields in org.crsh.ssh.term.inline declared as PluginContext | |
|---|---|
private PluginContext |
SSHInlineCommand.pluginContext
. |
| Constructors in org.crsh.ssh.term.inline with parameters of type PluginContext | |
|---|---|
SSHInlineCommand(String command,
PluginContext pluginContext)
|
|
| Uses of PluginContext in org.crsh.ssh.term.scp |
|---|
| Fields in org.crsh.ssh.term.scp declared as PluginContext | |
|---|---|
private PluginContext |
SCPCommandFactory.pluginContext
. |
| Constructors in org.crsh.ssh.term.scp with parameters of type PluginContext | |
|---|---|
SCPCommandFactory(PluginContext pluginContext)
|
|
| Uses of PluginContext in org.crsh.telnet.term |
|---|
| Constructors in org.crsh.telnet.term with parameters of type PluginContext | |
|---|---|
TelnetLifeCycle(PluginContext context)
|
|
| Uses of PluginContext in org.crsh.term |
|---|
| Fields in org.crsh.term declared as PluginContext | |
|---|---|
private PluginContext |
TermLifeCycle.context
. |
| Methods in org.crsh.term that return PluginContext | |
|---|---|
PluginContext |
TermLifeCycle.getContext()
|
| Constructors in org.crsh.term with parameters of type PluginContext | |
|---|---|
TermLifeCycle(PluginContext context)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||