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 SummaryAll 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- 
appliesTopublic 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.
 - 
filespublic ScriptFileGremlinPlugin.Builder files(List<String> files) 
 - 
createpublic ScriptFileGremlinPlugin create() 
 
- 
 
-