Class DefaultScriptCustomizer
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.DefaultScriptCustomizer
- All Implemented Interfaces:
Customizer,ScriptCustomizer
Default implementation of the
ScriptCustomizer that can create the script list from a list of files or
from lines of script.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultScriptCustomizer(Collection<List<String>> scripts) DefaultScriptCustomizer(List<File> files) -
Method Summary
Modifier and TypeMethodDescriptionGets a collection of scripts where each is represented as a list of script lines.
-
Constructor Details
-
DefaultScriptCustomizer
-
DefaultScriptCustomizer
-
-
Method Details
-
getScripts
Description copied from interface:ScriptCustomizerGets a collection of scripts where each is represented as a list of script lines.- Specified by:
getScriptsin interfaceScriptCustomizer
-