class ShellBinding extends groovy.lang.Binding
| Modifier and Type | Field and Description |
|---|---|
private CommandContext<Object> |
current
.
|
private CommandContext<Object> |
proxy |
private ReplSession |
session
.
|
| Constructor and Description |
|---|
ShellBinding(Map variables,
ReplSession session) |
| Modifier and Type | Method and Description |
|---|---|
CommandContext<Object> |
getCurrent() |
Object |
getVariable(String name) |
void |
setCurrent(CommandContext<Object> current) |
getProperty, getVariables, hasVariable, setProperty, setVariableprivate final ReplSession session
private CommandContext<Object> current
private CommandContext<Object> proxy
public ShellBinding(Map variables, ReplSession session)
public CommandContext<Object> getCurrent()
public void setCurrent(CommandContext<Object> current)
public Object getVariable(String name)
getVariable in class groovy.lang.BindingCopyright © 2014 eXo Platform SAS. All Rights Reserved.