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   
 

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
 

Methods in org.crsh.lang.impl.groovy with parameters of type ShellSession
 org.crsh.cli.impl.completion.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)
           
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)
           
 

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

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

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

Methods in org.crsh.lang.impl.script with parameters of type ShellSession
 org.crsh.cli.impl.completion.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
 org.crsh.cli.impl.completion.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.
 



Copyright © 2015 eXo Platform SAS. All Rights Reserved.