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