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
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.class
VariableResolverPlugin
A plugin that allows for the configuration of aVariableResolver
implementation to be used by theGremlinLangScriptEngine
.
-