org.crsh.shell.impl
Class CRaSH
java.lang.Object
org.crsh.shell.impl.CRaSH
- All Implemented Interfaces:
- Shell
public class CRaSH
- extends Object
- implements Shell
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CRaSH
public CRaSH(ShellContext context)
getGroovyShell
public groovy.lang.GroovyShell getGroovyShell()
getAttribute
public Object getAttribute(String name)
setAttribute
public void setAttribute(String name,
Object value)
close
public void close()
evaluate
public ShellResponse evaluate(String request)
getWelcome
public String getWelcome()
- Specified by:
getWelcome in interface Shell
getPrompt
public String getPrompt()
- Specified by:
getPrompt in interface Shell
evaluate
public ShellResponse evaluate(String request,
ShellResponseContext responseContext)
- Specified by:
evaluate in interface Shell
Copyright © 2010 eXo Platform SAS. All Rights Reserved.