| Modifier and Type | Field and Description | 
|---|---|
| Map<String,Object> | configA Map of configuration settings for the  ScriptEngine. | 
| List<String> | importsA comma separated list of classes/packages to make available to the  ScriptEngine. | 
| List<String> | scriptsA comma separated list of script files to execute on  ScriptEngineinitialization. | 
| List<String> | staticImportsA comma separated list of "static" imports to make available to the  ScriptEngine. | 
| Constructor and Description | 
|---|
| ScriptEngineSettings() | 
public List<String> imports
ScriptEngine.public List<String> staticImports
ScriptEngine.public List<String> scripts
ScriptEngine initialization. Graph and
 TraversalSource instance references produced from scripts will be stored globally in Gremlin
 Server, therefore it is possible to use initialization scripts to add TraversalStrategy instances
 or create entirely new Graph instances all together. Instantiating a LifeCycleHook in a
 script provides a way to execute scripts when Gremlin Server starts and stops.Copyright © 2013–2015 Apache Software Foundation. All rights reserved.