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.util   
 

Uses of PluginContext in org.crsh.lang
 

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
 

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.
 PluginContext PluginLifeCycle.getContext()
           
protected  PluginContext CRaSHPlugin.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
protected  void PluginLifeCycle.start(PluginContext context)
           
 

Uses of PluginContext in org.crsh.shell.impl.command
 

Methods in org.crsh.shell.impl.command that return PluginContext
 PluginContext ShellSession.getContext()
           
 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.util
 

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.