| Package | Description |
|---|---|
| me.lucko.scriptcontroller | |
| me.lucko.scriptcontroller.environment | |
| me.lucko.scriptcontroller.environment.settings | |
| me.lucko.scriptcontroller.internal |
| Modifier and Type | Method and Description |
|---|---|
ScriptController.Builder |
ScriptController.Builder.defaultEnvironmentSettings(EnvironmentSettings settings)
Defines the default
EnvironmentSettings to use when this
controller creates new ScriptEnvironments. |
ScriptEnvironment |
ScriptController.setupNewEnvironment(Path loadDirectory,
EnvironmentSettings settings)
Sets up a new
ScriptEnvironment in the given load directory. |
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSettings |
ScriptEnvironment.getSettings()
Gets the environment settings
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSettings |
EnvironmentSettings.Builder.build()
Builds a new
EnvironmentSettings instance. |
static EnvironmentSettings |
EnvironmentSettings.defaults()
Returns a default set of environment settings
|
| Modifier and Type | Method and Description |
|---|---|
EnvironmentSettings.Builder |
EnvironmentSettings.Builder.mergeSettingsFrom(EnvironmentSettings other)
Applies the settings from the give instance to this builder
|
| Modifier and Type | Method and Description |
|---|---|
static EnvironmentSettings |
ScriptControllerImpl.defaultSettings()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
ScriptEnvironment |
ScriptControllerImpl.setupNewEnvironment(Path loadDirectory,
EnvironmentSettings settings) |
Copyright © 2018. All rights reserved.