Class GremlinGroovyScriptEngineFactory
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
-
- org.apache.tinkerpop.gremlin.groovy.jsr223.GremlinGroovyScriptEngineFactory
-
- All Implemented Interfaces:
ScriptEngineFactory,GremlinScriptEngineFactory
public class GremlinGroovyScriptEngineFactory extends AbstractGremlinScriptEngineFactory
AGremlinScriptEngineFactoryimplementation that createsGremlinGroovyScriptEngineinstances.- Author:
- Marko A. Rodriguez (http://markorodriguez.com), Stephen Mallette (http://stephen.genoprime.com)
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
manager
-
-
Constructor Summary
Constructors Constructor Description GremlinGroovyScriptEngineFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMethodCallSyntax(String obj, String m, String... args)StringgetOutputStatement(String toDisplay)GremlinScriptEnginegetScriptEngine()-
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinScriptEngineFactory
getEngineName, getEngineVersion, getExtensions, getLanguageName, getLanguageVersion, getMimeTypes, getNames, getParameter, getProgram, setCustomizerManager
-
-