Interface ScriptCustomizer
- 
- All Superinterfaces:
- Customizer
 - All Known Implementing Classes:
- DefaultScriptCustomizer
 
 public interface ScriptCustomizer extends Customizer ACustomizerthat executes scripts in aGremlinScriptEngineinstance for purpose of initialization. Implementors of aGremlinScriptEnginedo not need to be concerned with supporting thisCustomizer. This is work for theScriptEngineManagerimplementation since scripts typically require access to global bindings and those are not applied to theGremlinScriptEngineuntil after construction.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<List<String>>getScripts()Gets a collection of scripts where each is represented as a list of script lines.
 
- 
- 
- 
Method Detail- 
getScriptsCollection<List<String>> getScripts() Gets a collection of scripts where each is represented as a list of script lines.
 
- 
 
-