Uses of Interface
org.apache.tinkerpop.gremlin.jsr223.Customizer
Packages that use Customizer
-
Uses of Customizer in org.apache.tinkerpop.gremlin.groovy.jsr223
Subinterfaces of Customizer in org.apache.tinkerpop.gremlin.groovy.jsr223Constructors in org.apache.tinkerpop.gremlin.groovy.jsr223 with parameters of type Customizer -
Uses of Customizer in org.apache.tinkerpop.gremlin.jsr223
Subinterfaces of Customizer in org.apache.tinkerpop.gremlin.jsr223Modifier and TypeInterfaceDescriptioninterfaceProvides a way to alter the bindings on aGremlinScriptEngine.interfaceProvides the list of imports to apply to aGremlinScriptEngineinstance.interfaceACustomizerthat executes scripts in aGremlinScriptEngineinstance for purpose of initialization.Classes in org.apache.tinkerpop.gremlin.jsr223 that implement CustomizerModifier and TypeClassDescriptionclassDefault implementation of theBindingsCustomizerwhich adds bindings to theScriptContext.GLOBAL_SCOPE.classSimple implementation of theImportCustomizerwhich allows direct setting of all the different import types.classDefault implementation of theScriptCustomizerthat can create the script list from a list of files or from lines of script.classDesigned to provide basic configuration options to theGremlinLangScriptEngine.classA customizer implementation that provides bindings to aGremlinScriptEnginein theScriptContext.GLOBAL_SCOPE.classSupplies aVariableResolverimplementation to theGremlinLangScriptEngine.Fields in org.apache.tinkerpop.gremlin.jsr223 declared as CustomizerMethods in org.apache.tinkerpop.gremlin.jsr223 that return types with arguments of type CustomizerModifier and TypeMethodDescriptionDefaultGremlinScriptEngineManager.getCustomizers(String scriptEngineName) GremlinScriptEngineManager.getCustomizers(String scriptEngineName) Get the list ofCustomizerinstances filtered by thescriptEngineName.Constructors in org.apache.tinkerpop.gremlin.jsr223 with parameters of type CustomizerModifierConstructorDescriptionAbstractGremlinPlugin(String moduleName, Set<String> appliesTo, Customizer... customizers) Creates a baseGremlinPluginthat will apply to specificGremlinScriptEngineinstances.AbstractGremlinPlugin(String moduleName, Customizer... customizers) Creates a baseGremlinPluginthat will apply to allGremlinScriptEngineinstances.GremlinLangScriptEngine(Customizer... customizers)