org.crsh.repl
Interface REPLSession

All Superinterfaces:
Map<String,Object>
All Known Implementing Classes:
CRaSHSession

public interface REPLSession
extends Map<String,Object>

Author:
Julien Viet

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 ShellCommand getCommand(String name)
           
 PluginContext getContext()
           
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Method Detail

getCommand

ShellCommand getCommand(String name)
                        throws NoSuchCommandException
Throws:
NoSuchCommandException

getContext

PluginContext getContext()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.