Uses of Class
org.crsh.plugin.PluginContext

Packages that use PluginContext
org.crsh.plugin   
org.crsh.shell   
org.crsh.shell.impl   
org.crsh.ssh.term   
org.crsh.term   
 

Uses of PluginContext in org.crsh.plugin
 

Methods in org.crsh.plugin that return PluginContext
 PluginContext PluginLifeCycle.getContext()
           
protected  PluginContext CRaSHPlugin.getContext()
           
 

Methods in org.crsh.plugin with parameters of type PluginContext
 void PluginLifeCycle.start(PluginContext context)
           
 

Constructors in org.crsh.plugin with parameters of type PluginContext
PluginManager(PluginContext context, Class<P> pluginType)
           
 

Uses of PluginContext in org.crsh.shell
 

Constructors in org.crsh.shell with parameters of type PluginContext
ShellFactory(PluginContext context)
           
 

Uses of PluginContext in org.crsh.shell.impl
 

Constructors in org.crsh.shell.impl with parameters of type PluginContext
CRaSH(PluginContext context)
           
 

Uses of PluginContext in org.crsh.ssh.term
 

Constructors in org.crsh.ssh.term with parameters of type PluginContext
SSHLifeCycle(PluginContext context)
           
 

Uses of PluginContext in org.crsh.term
 

Methods in org.crsh.term that return PluginContext
 PluginContext CRaSHLifeCycle.getShellContext()
           
 

Constructors in org.crsh.term with parameters of type PluginContext
CRaSHLifeCycle(PluginContext context)
           
 



Copyright © 2011 eXo Platform SAS. All Rights Reserved.