Package | Description |
---|---|
org.mwolff.command | |
org.mwolff.command.chain | |
org.mwolff.command.process |
Modifier and Type | Interface and Description |
---|---|
interface |
CommandContainer<T>
Interface of a command container.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDefaultCommand<T>
Default implementation for a command.
|
class |
DefaultCommandContainer<T>
CommandContainer that holds Command-objects.
|
Modifier and Type | Method and Description |
---|---|
Command<T> |
DefaultCommandContainer.getCommandByProcessID(String proceddID) |
Command<T> |
CommandContainer.getCommandByProcessID(String processID)
Gets the command with the certain processID.
|
Modifier and Type | Method and Description |
---|---|
CommandContainer<T> |
DefaultCommandContainer.addCommand(Command<T> command) |
CommandContainer<T> |
CommandContainer.addCommand(Command<T> parameterObject)
Adds a
Command to the list. |
CommandContainer<T> |
DefaultCommandContainer.addCommand(int priority,
Command<T> command) |
CommandContainer<T> |
CommandContainer.addCommand(int priority,
Command<T> command)
Adds a
Command to the list via priority. |
Modifier and Type | Interface and Description |
---|---|
interface |
ChainBuilder<T>
A chain builder interface to build chains via configuration.
|
interface |
ChainCommand<T>
ChainCommand interface for the command framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDefaultChainCommand<T>
Default implementation for a chain-command.
|
class |
InjectionChainBuilder<T>
Generic chain builder for configuration with the spring framework.
|
class |
XMLChainBuilder<T>
Chain builder parsing an XML file for building chains or process chains.
|
Modifier and Type | Method and Description |
---|---|
void |
InjectionChainBuilder.setCommands(List<Command<T>> commands)
Sets the list of commands.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProcessCommand<T>
Command interface for the command framework.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDefaultProcessCommand<T>
Default implementation for a process-command.
|
class |
DefaultEndCommand |
Copyright © 2017 neusta software development GmbH. All rights reserved.