public class DefaultScriptCustomizer extends Object implements ScriptCustomizer
ScriptCustomizer that can create the script list from a list of files or
 from lines of script.| Constructor and Description | 
|---|
| DefaultScriptCustomizer(Collection<List<String>> scripts) | 
| DefaultScriptCustomizer(List<File> files) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<List<String>> | getScripts()Gets a collection of scripts where each is represented as a list of script lines. | 
public DefaultScriptCustomizer(Collection<List<String>> scripts)
public Collection<List<String>> getScripts()
ScriptCustomizergetScripts in interface ScriptCustomizerCopyright © 2013–2019 Apache Software Foundation. All rights reserved.