public static interface Plugin.Configuration
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Plugin.Configuration.Default |
| Modifier and Type | Method and Description |
|---|---|
CommandProcessor |
commandProcessor(BaseState baseState) |
EventApplier |
eventApplier(BaseState.Mutable baseState) |
Input[] |
inputs(BaseState baseState) |
InterceptableSingletons |
interceptOrNull(Singletons singletons) |
Output |
output(BaseState baseState) |
Step |
step(BaseState baseState,
ExecutionType executionType) |
Step step(BaseState baseState, ExecutionType executionType)
CommandProcessor commandProcessor(BaseState baseState)
EventApplier eventApplier(BaseState.Mutable baseState)
InterceptableSingletons interceptOrNull(Singletons singletons)
Copyright © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.