Uses of Interface
org.crsh.repl.REPLSession

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

Uses of REPLSession in org.crsh.lang.groovy.repl
 

Methods in org.crsh.lang.groovy.repl with parameters of type REPLSession
 CompletionMatch GroovyREPL.complete(REPLSession session, String prefix)
           
 EvalResponse GroovyREPL.eval(REPLSession session, String request)
           
 

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)
           
 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 © 2013 eXo Platform SAS. All Rights Reserved.