public final class ScriptSettings extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ScriptSettings.Builder |
Modifier and Type | Method and Description |
---|---|
static ScriptSettings.Builder |
create() |
String |
getBasePath() |
<T> Supplier<T> |
getBinding(Class<T> type) |
DebugSettings |
getDebug() |
Map<String,Object> |
getGlobalVariables() |
public String getBasePath()
public DebugSettings getDebug()
public static ScriptSettings.Builder create()