Uses of Class
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
-
Packages that use AbstractGremlinPlugin Package Description org.apache.tinkerpop.gremlin.jsr223 -
-
Uses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.jsr223
Subclasses of AbstractGremlinPlugin in org.apache.tinkerpop.gremlin.jsr223 Modifier and Type Class Description class
BindingsGremlinPlugin
A plugin that allowsBindings
to be applied to aGremlinScriptEngine
at the time of creation.class
ImportGremlinPlugin
A module that allows custom class, static method and enum imports (i.e.class
ScriptFileGremlinPlugin
Loads scripts from one or more files into theGremlinScriptEngine
at startup.
-