Uses of Class
org.crsh.shell.impl.command.CRaSHSession

Packages that use CRaSHSession
org.crsh.lang.groovy   
org.crsh.shell.impl.command   
 

Uses of CRaSHSession in org.crsh.lang.groovy
 

Methods in org.crsh.lang.groovy with parameters of type CRaSHSession
static groovy.lang.GroovyShell GroovyCommandManagerImpl.getGroovyShell(CRaSHSession session)
          The underlying groovu shell used for the REPL.
 

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

Fields in org.crsh.shell.impl.command declared as CRaSHSession
protected  CRaSHSession CRaSHProcess.crash
          .
private  CRaSHSession CRaSHCommandProcess.session
          .
private  CRaSHSession CRaSHProcessContext.session
          .
 

Methods in org.crsh.shell.impl.command that return CRaSHSession
 CRaSHSession CRaSH.createSession(Principal user)
           
 

Constructors in org.crsh.shell.impl.command with parameters of type CRaSHSession
CRaSHCommandProcess(CRaSHSession session, String request, CommandInvoker<Void,?> command)
           
CRaSHProcess(CRaSHSession crash, String request)
           
CRaSHProcessContext(CRaSHSession session, ShellProcessContext processContext)
           
CRaSHResponseProcess(CRaSHSession session, String request, StringBuilder msg, ShellResponse response)
           
 



Copyright © 2014 eXo Platform SAS. All Rights Reserved.