@FunctionalInterface public static interface BasePlugin.BaseContext extends Plugin.Configuration
| Modifier and Type | Method and Description |
|---|---|
BaseState.Mutable |
baseState() |
default CommandProcessor |
commandProcessor(BaseState baseState) |
static BaseState.Mutable |
createDefaultBaseState() |
default EventApplier |
eventApplier(BaseState.Mutable baseState) |
default Input[] |
inputs(BaseState baseState) |
default Output |
output(BaseState baseState) |
static BaseState.Mutable createDefaultBaseState()
BaseState.Mutable baseState()
default Input[] inputs(BaseState baseState)
inputs in interface Plugin.Configurationdefault Output output(BaseState baseState)
output in interface Plugin.Configurationdefault CommandProcessor commandProcessor(BaseState baseState)
commandProcessor in interface Plugin.Configurationdefault EventApplier eventApplier(BaseState.Mutable baseState)
eventApplier in interface Plugin.ConfigurationCopyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.