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)
           
 Iterable<String> getCommandNames()
           
 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

getCommandNames

Iterable<String> getCommandNames()

getCommand

ShellCommand<?> getCommand(String name)
                           throws CommandCreationException
Throws:
CommandCreationException

getContext

PluginContext getContext()


Copyright © 2014 eXo Platform SAS. All Rights Reserved.