Uses of Interface
org.crsh.shell.impl.command.ShellSession

Packages that use ShellSession
org.crsh.lang.impl   
org.crsh.lang.impl.groovy   
org.crsh.lang.impl.java   
org.crsh.lang.impl.script   
org.crsh.lang.spi   
org.crsh.shell.impl.command   
 

Uses of ShellSession in org.crsh.lang.impl
 

Methods in org.crsh.lang.impl with parameters of type ShellSession
 void LanguageProxy.destroy(ShellSession session)
           
 void LanguageProxy.init(ShellSession session)
           
 

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

Fields in org.crsh.lang.impl.groovy declared as ShellSession
private  ShellSession ShellBinding.session
          .
 

Methods in org.crsh.lang.impl.groovy with parameters of type ShellSession
 CompletionMatch GroovyRepl.complete(ShellSession session, String prefix)
           
 void GroovyLanguage.destroy(ShellSession session)
           
 String GroovyCompiler.doCallBack(ShellSession session, String name, String defaultValue)
           
 ReplResponse GroovyRepl.eval(ShellSession session, String r2)
           
private  String GroovyCompiler.eval(ShellSession session, String name, String def)
           
static groovy.lang.GroovyShell GroovyCompiler.getGroovyShell(ShellSession session)
          The underlying groovu shell used for the REPL.
 GroovyScript GroovyLanguage.getLifeCycle(ShellSession session, String name)
           
 void GroovyLanguage.init(ShellSession session)
           
 

Constructors in org.crsh.lang.impl.groovy with parameters of type ShellSession
ShellBinding(Map variables, ShellSession session)
           
 

Uses of ShellSession in org.crsh.lang.impl.java
 

Methods in org.crsh.lang.impl.java with parameters of type ShellSession
 void JavaCompiler.destroy(ShellSession session)
           
 void JavaLanguage.destroy(ShellSession session)
           
 String JavaCompiler.doCallBack(ShellSession session, String name, String defaultValue)
           
 void JavaCompiler.init(ShellSession session)
           
 void JavaLanguage.init(ShellSession session)
           
 

Uses of ShellSession in org.crsh.lang.impl.script
 

Methods in org.crsh.lang.impl.script with parameters of type ShellSession
 CompletionMatch ScriptRepl.complete(ShellSession session, String prefix)
           
 CommandInvoker<Void,Object> PipeLineFactory.create(ShellSession session)
           
 String ScriptCompiler.doCallBack(ShellSession session, String name, String defaultValue)
           
 ReplResponse ScriptRepl.eval(ShellSession session, String request)
           
 

Uses of ShellSession in org.crsh.lang.spi
 

Methods in org.crsh.lang.spi with parameters of type ShellSession
 CompletionMatch Repl.complete(ShellSession session, String prefix)
          Perform completion.
 void Language.destroy(ShellSession session)
          Destroy session callback.
 String Compiler.doCallBack(ShellSession session, String name, String defaultValue)
           
 ReplResponse Repl.eval(ShellSession session, String request)
          Evaluate a request.
 void Language.init(ShellSession session)
          Init session callback.
 

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

Classes in org.crsh.shell.impl.command that implement ShellSession
(package private)  class CRaSHSession
           
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.