public interface ShellSession extends Map<String,Object>
Modifier and Type | Method and Description |
---|---|
Command<?> |
getCommand(String name) |
Iterable<Map.Entry<String,String>> |
getCommands() |
PluginContext |
getContext() |
Repl |
getRepl() |
void |
setRepl(Repl repl)
Set the current repl of this session.
|
PluginContext getContext()
Iterable<Map.Entry<String,String>> getCommands()
Command<?> getCommand(String name) throws CommandException
CommandException
void setRepl(Repl repl) throws NullPointerException
repl
- the new replNullPointerException
- if the repl is nullCopyright © 2015 eXo Platform SAS. All Rights Reserved.