Uses of Interface
org.crsh.repl.ReplSession

Packages that use ReplSession
org.crsh.lang.groovy   
org.crsh.lang.script   
org.crsh.repl   
org.crsh.shell.impl.command   
 

Uses of ReplSession in org.crsh.lang.groovy
 

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

Methods in org.crsh.lang.groovy with parameters of type ReplSession
 CompletionMatch GroovyRepl.complete(ReplSession session, String prefix)
           
 CompletionMatch GroovyReplImpl.complete(ReplSession session, String prefix)
           
 EvalResponse GroovyRepl.eval(ReplSession session, String request)
           
 EvalResponse GroovyReplImpl.eval(ReplSession session, String r2)
           
 

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

Uses of ReplSession in org.crsh.lang.script
 

Methods in org.crsh.lang.script with parameters of type ReplSession
 CompletionMatch ScriptRepl.complete(ReplSession session, String prefix)
           
 CommandInvoker<Void,Chunk> PipeLineFactory.create(ReplSession session)
           
 EvalResponse ScriptRepl.eval(ReplSession session, String request)
           
 

Uses of ReplSession in org.crsh.repl
 

Methods in org.crsh.repl with parameters of type ReplSession
 CompletionMatch Repl.complete(ReplSession session, String prefix)
          Perform completion.
 EvalResponse Repl.eval(ReplSession session, String request)
          Evaluate a request
 

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

Classes in org.crsh.shell.impl.command that implement ReplSession
 class CRaSHSession
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.