public interface ScriptController
ScriptEnvironments.| Modifier and Type | Interface and Description |
|---|---|
static interface |
ScriptController.Builder
Builds a
ScriptController |
| Modifier and Type | Method and Description |
|---|---|
static ScriptController.Builder |
builder()
Creates a new
ScriptController.Builder using the internal implementation. |
Collection<ScriptEnvironment> |
getEnvironments()
Gets the
ScriptEnvironments being processed by the controller |
default ScriptEnvironment |
setupNewEnvironment(Path loadDirectory)
Sets up a new
ScriptEnvironment in the given load directory. |
ScriptEnvironment |
setupNewEnvironment(Path loadDirectory,
EnvironmentSettings settings)
Sets up a new
ScriptEnvironment in the given load directory. |
void |
shutdown()
Shuts down this script controller
|
static ScriptController.Builder builder()
ScriptController.Builder using the internal implementation.Collection<ScriptEnvironment> getEnvironments()
ScriptEnvironments being processed by the controllerScriptEnvironment setupNewEnvironment(Path loadDirectory, EnvironmentSettings settings)
ScriptEnvironment in the given load directory.loadDirectory - the directorysettings - the environment settingsUnsupportedOperationException - if the controller does not support
setting up new environments after constructiondefault ScriptEnvironment setupNewEnvironment(Path loadDirectory)
ScriptEnvironment in the given load directory.loadDirectory - the directoryUnsupportedOperationException - if the controller does not support
setting up new environments after constructionvoid shutdown()
Copyright © 2018. All rights reserved.