Uses of Package
org.apache.tinkerpop.gremlin.jsr223
-
Packages that use org.apache.tinkerpop.gremlin.jsr223 Package Description org.apache.tinkerpop.gremlin.jsr223 org.apache.tinkerpop.gremlin.jsr223.console -
Classes in org.apache.tinkerpop.gremlin.jsr223 used by org.apache.tinkerpop.gremlin.jsr223 Class Description AbstractGremlinPlugin AbstractGremlinScriptEngineFactory A simple base implementation of theGremlinScriptEngineFactory
.BindingsCustomizer Provides a way to alter the bindings on aGremlinScriptEngine
.BindingsGremlinPlugin A plugin that allowsBindings
to be applied to aGremlinScriptEngine
at the time of creation.BindingsGremlinPlugin.Builder CoreGremlinPlugin This module is required for aScriptEngine
to be Gremlin-enabled.Customizer TheCustomizer
provides a general way to provide configurations to aGremlinScriptEngine
.DefaultGremlinScriptEngineManager TheScriptEngineManager
implements a discovery, instantiation and configuration mechanism forGremlinScriptEngine
classes and also maintains a collection of key/value pairs storing state shared by all engines created by it.DefaultImportCustomizer Simple implementation of theImportCustomizer
which allows direct setting of all the different import types.DefaultImportCustomizer.Builder GremlinPlugin A plugin interface that is used by theGremlinScriptEngineManager
to configure specialCustomizer
instances that will alter the features of anyGremlinScriptEngine
created by the manager itself.GremlinScriptEngine AGremlinScriptEngine
is an extension of the standardScriptEngine
and provides some specific methods that are important to the TinkerPop environment.GremlinScriptEngineFactory Creates aGremlinScriptEngine
implementation and supplies to it anyCustomizer
implementations to it that are available on theGremlinScriptEngineManager
.GremlinScriptEngineManager TheScriptEngineManager
implements a discovery, instantiation and configuration mechanism forGremlinScriptEngine
classes and also maintains a collection of key/value pairs storing state shared by all engines created by it.ImportCustomizer Provides the list of imports to apply to aGremlinScriptEngine
instance.ImportGremlinPlugin A module that allows custom class, static method and enum imports (i.e.ImportGremlinPlugin.Builder JavaTranslator ScriptCustomizer ACustomizer
that executes scripts in aGremlinScriptEngine
instance for purpose of initialization.ScriptFileGremlinPlugin Loads scripts from one or more files into theGremlinScriptEngine
at startup.ScriptFileGremlinPlugin.Builder -
Classes in org.apache.tinkerpop.gremlin.jsr223 used by org.apache.tinkerpop.gremlin.jsr223.console Class Description Customizer TheCustomizer
provides a general way to provide configurations to aGremlinScriptEngine
.