Class ScriptFileGremlinPlugin.Builder
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.jsr223.ScriptFileGremlinPlugin.Builder
-
- Enclosing class:
- ScriptFileGremlinPlugin
public static final class ScriptFileGremlinPlugin.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScriptFileGremlinPlugin.Builder
appliesTo(Collection<String> scriptEngineNames)
The name of theGremlinScriptEngine
that this module will apply to.ScriptFileGremlinPlugin
create()
ScriptFileGremlinPlugin.Builder
files(List<String> files)
-
-
-
Method Detail
-
appliesTo
public ScriptFileGremlinPlugin.Builder appliesTo(Collection<String> scriptEngineNames)
The name of theGremlinScriptEngine
that this module will apply to. Setting no values here will make the module available to all the engines. Typically, this value should be set as a script's syntax will be bound to theGremlinScriptEngine
language.
-
files
public ScriptFileGremlinPlugin.Builder files(List<String> files)
-
create
public ScriptFileGremlinPlugin create()
-
-