public static final class BindingsGremlinPlugin.Builder extends Object
Modifier and Type | Method and Description |
---|---|
BindingsGremlinPlugin.Builder |
appliesTo(Collection<String> scriptEngineName)
The name of the
GremlinScriptEngine that this module will apply to. |
BindingsGremlinPlugin.Builder |
bindings(Map<String,Object> bindings) |
BindingsGremlinPlugin |
create() |
BindingsGremlinPlugin.Builder |
scope(int scope) |
public BindingsGremlinPlugin.Builder appliesTo(Collection<String> scriptEngineName)
GremlinScriptEngine
that this module will apply to. Setting no values here will
make the module available to all the engines.public BindingsGremlinPlugin.Builder bindings(Map<String,Object> bindings)
public BindingsGremlinPlugin.Builder scope(int scope)
public BindingsGremlinPlugin create()
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.