Uses of Package
org.apache.tinkerpop.gremlin.jsr223
Packages that use org.apache.tinkerpop.gremlin.jsr223
-
Classes in org.apache.tinkerpop.gremlin.jsr223 used by org.apache.tinkerpop.gremlin.jsr223ClassDescriptionA simple base implementation of the
GremlinScriptEngineFactory.Provides a way to alter the bindings on aGremlinScriptEngine.This module is required for aScriptEngineto be Gremlin-enabled.TheCustomizerprovides a general way to provide configurations to aGremlinScriptEngine.TheScriptEngineManagerimplements a discovery, instantiation and configuration mechanism forGremlinScriptEngineclasses and also maintains a collection of key/value pairs storing state shared by all engines created by it.Simple implementation of theImportCustomizerwhich allows direct setting of all the different import types.ExposesCustomizerimplementations for configuring theGremlinLangScriptEngine.A plugin interface that is used by theGremlinScriptEngineManagerto configure specialCustomizerinstances that will alter the features of anyGremlinScriptEnginecreated by the manager itself.A result returned from aGremlinScriptChecker.parse(String)of a Gremlin string.AGremlinScriptEngineis an extension of the standardScriptEngineand provides some specific methods that are important to the TinkerPop environment.Creates aGremlinScriptEngineimplementation and supplies to it anyCustomizerimplementations to it that are available on theGremlinScriptEngineManager.TheScriptEngineManagerimplements a discovery, instantiation and configuration mechanism forGremlinScriptEngineclasses and also maintains a collection of key/value pairs storing state shared by all engines created by it.Provides the list of imports to apply to aGremlinScriptEngineinstance.A module that allows custom class, static method and enum imports (i.e.ACustomizerthat executes scripts in aGremlinScriptEngineinstance for purpose of initialization.Loads scripts from one or more files into theGremlinScriptEngineat startup.A plugin that allows for the configuration of aVariableResolverimplementation to be used by theGremlinLangScriptEngine.