Class ImportGremlinPlugin
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
-
- org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin
-
- All Implemented Interfaces:
GremlinPlugin
public final class ImportGremlinPlugin extends AbstractGremlinPlugin
A module that allows custom class, static method and enum imports (i.e. those that are statically defined by a module within itself). A user might utilize this class to supply their own imports. This module is not specific to anyGremlinScriptEngine
- the imports are supplied to all engines. ThisGremlinPlugin
is not enabled for theServiceLoader
. It is designed to be instantiated manually.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImportGremlinPlugin.Builder
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
appliesTo, customizers, moduleName
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ImportGremlinPlugin.Builder
build()
-
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
getCustomizers, getName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
getCustomizers, requireRestart
-
-
-
-
Method Detail
-
build
public static ImportGremlinPlugin.Builder build()
-
-