Class ImportGremlinPlugin
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
org.apache.tinkerpop.gremlin.jsr223.ImportGremlinPlugin
- All Implemented Interfaces:
GremlinPlugin
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 any
GremlinScriptEngine - the imports are supplied to all engines. This GremlinPlugin is not
enabled for the ServiceLoader. It is designed to be instantiated manually.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
appliesTo, customizers, moduleName -
Method Summary
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
getCustomizers, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
getCustomizers, requireRestart
-
Method Details
-
build
-