| Package | Description |
|---|---|
| me.lucko.scriptcontroller.bindings | |
| me.lucko.scriptcontroller.environment.registry | |
| me.lucko.scriptcontroller.logging |
| Modifier and Type | Method and Description |
|---|---|
void |
BindingsSupplier.supplyBindings(Script script,
BindingsBuilder accumulator)
Supplies this suppliers bindings for the given script.
|
| Modifier and Type | Method and Description |
|---|---|
Script |
ScriptRegistry.getScript(Path path)
Gets a script by path
|
| Modifier and Type | Method and Description |
|---|---|
Map<Path,Script> |
ScriptRegistry.getAll()
Gets all scripts known to this registry
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScriptRegistry.register(Script script)
Registers a script
|
void |
ScriptRegistry.unregister(Script script)
Unregisters a script
|
| Modifier and Type | Method and Description |
|---|---|
static ScriptLogger |
ScriptLogger.create(SystemLogger logger,
Script script) |
Copyright © 2018. All rights reserved.