Class GremlinLangPlugin
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
- 
- org.apache.tinkerpop.gremlin.jsr223.GremlinLangPlugin
 
 
- 
- All Implemented Interfaces:
- GremlinPlugin
 
 public class GremlinLangPlugin extends AbstractGremlinPlugin ExposesCustomizerimplementations for configuring theGremlinLangScriptEngine.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classGremlinLangPlugin.Builder
 - 
Field Summary- 
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPluginappliesTo, customizers, moduleName
 
- 
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static GremlinLangPlugin.Builderbuild()Builds a set of static bindings.- 
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugingetCustomizers, getName
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugingetCustomizers, requireRestart
 
- 
 
- 
- 
- 
Method Detail- 
buildpublic static GremlinLangPlugin.Builder build() Builds a set of static bindings.
 
- 
 
-