Interface GremlinShellEnvironment
public interface GremlinShellEnvironment
Provides an abstraction over a "Gremlin Shell" (i.e. the core of a console), enabling the plugin to not have to
be hardcoded specifically to any particular shell, like the Gremlin Groovy Console, and thus allowing it to
not have to depend on the gremlin-groovy module itself.
- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Method Summary
Modifier and TypeMethodDescriptiondefault voiderrPrintln(String line) <T> T<T> TgetVariable(String variableName) void<T> voidsetVariable(String variableName, T variableValue)
-
Method Details
-
getVariable
-
setVariable
-
println
-
errPrintln
-
execute
-