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.BuilderappliesTo(Collection<String> scriptEngineNames)The name of theGremlinScriptEnginethat this module will apply to.ScriptFileGremlinPlugincreate()ScriptFileGremlinPlugin.Builderfiles(List<String> files) 
 - 
 
- 
- 
Method Detail
- 
appliesTo
public ScriptFileGremlinPlugin.Builder appliesTo(Collection<String> scriptEngineNames)
The name of theGremlinScriptEnginethat 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 theGremlinScriptEnginelanguage. 
- 
files
public ScriptFileGremlinPlugin.Builder files(List<String> files)
 
- 
create
public ScriptFileGremlinPlugin create()
 
 - 
 
 -