Uses of Class
org.crsh.plugin.PluginContext

Packages that use PluginContext
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   
 

Uses of PluginContext in org.crsh.lang
 

Fields in org.crsh.lang declared as PluginContext
(package private)  PluginContext LanguageCommandResolver.context
          .
 

Constructors in org.crsh.lang with parameters of type PluginContext
LanguageCommandResolver(PluginContext context)
           
 

Uses of PluginContext in org.crsh.lang.impl.groovy
 

Constructors in org.crsh.lang.impl.groovy with parameters of type PluginContext
GroovyCompiler(PluginContext context)
           
GroovyLanguage(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 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.
 

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.
 PluginContext CRaSHSession.getContext()
           
 PluginContext ShellSession.getContext()
           
 

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
 

Fields in org.crsh.ssh.term declared as PluginContext
private  PluginContext SSHLifeCycle.context
          .
 

Constructors in org.crsh.ssh.term with parameters of type PluginContext
SSHLifeCycle(PluginContext context, Charset encoding, int port, int idleTimeout, int authTimeout, org.apache.sshd.common.KeyPairProvider keyPairProvider, ArrayList<AuthenticationPlugin> authenticationPlugins)
           
 

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
 

Fields in org.crsh.telnet.term declared as PluginContext
private  PluginContext TermLifeCycle.context
          .
 

Methods in org.crsh.telnet.term that return PluginContext
 PluginContext TermLifeCycle.getContext()
           
 

Constructors in org.crsh.telnet.term with parameters of type PluginContext
TelnetLifeCycle(PluginContext context)
           
TermLifeCycle(PluginContext context)
           
 

Uses of PluginContext in org.crsh.util
 

Fields in org.crsh.util declared as PluginContext
private  PluginContext ClassCache.context
          .
 

Constructors in org.crsh.util with parameters of type PluginContext
ClassCache(PluginContext context, ClassFactory<T> classFactory, ResourceKind kind)
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.