public class VertexiumShell extends Object
| Constructor and Description |
|---|
VertexiumShell() |
| Modifier and Type | Method and Description |
|---|---|
org.codehaus.groovy.tools.shell.Groovysh |
getGroovysh() |
static void |
main(String[] args) |
int |
run(String[] args) |
protected void |
startGroovysh(org.vertexium.cli.VertexiumShell.Parameters params,
org.codehaus.groovy.tools.shell.Groovysh shell,
String evalString,
List<String> filenames) |
public org.codehaus.groovy.tools.shell.Groovysh getGroovysh()
protected void startGroovysh(org.vertexium.cli.VertexiumShell.Parameters params, org.codehaus.groovy.tools.shell.Groovysh shell, String evalString, List<String> filenames)
evalString - commands that will be executed at startup after loading files given with filenames paramfilenames - files that will be loaded at startupCopyright © 2014–2018. All rights reserved.