public final class ScriptControllerImpl extends Object implements ScriptController
| Modifier and Type | Method and Description |
|---|---|
static ScriptController.Builder |
builder()
Deprecated.
|
static EnvironmentSettings |
defaultSettings()
Deprecated.
|
Collection<ScriptEnvironment> |
getEnvironments()
Gets the
ScriptEnvironments being processed by the controller |
static EnvironmentSettings.Builder |
newSettingsBuilder()
Deprecated.
|
ScriptEnvironment |
setupNewEnvironment(Path loadDirectory,
EnvironmentSettings settings)
Sets up a new
ScriptEnvironment in the given load directory. |
void |
shutdown()
Shuts down this script controller
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetupNewEnvironment@Deprecated public static ScriptController.Builder builder()
ScriptControllerScriptController.Builder using the internal implementation.builder in interface ScriptController@Deprecated public static EnvironmentSettings defaultSettings()
@Deprecated public static EnvironmentSettings.Builder newSettingsBuilder()
public Collection<ScriptEnvironment> getEnvironments()
ScriptControllerScriptEnvironments being processed by the controllergetEnvironments in interface ScriptControllerpublic ScriptEnvironment setupNewEnvironment(Path loadDirectory, EnvironmentSettings settings)
ScriptControllerScriptEnvironment in the given load directory.setupNewEnvironment in interface ScriptControllerloadDirectory - the directorysettings - the environment settingspublic void shutdown()
ScriptControllershutdown in interface ScriptControllerCopyright © 2018. All rights reserved.