Package | Description |
---|---|
org.mwolff.command | |
org.mwolff.command.chain |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandContainer<T>
CommandContainer that holds Command-objects.
|
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 | Method and Description |
---|---|
protected CommandContainer<T> |
XMLChainBuilder.buildChain() |
protected CommandContainer<T> |
InjectionChainBuilder.buildChain()
Builds the chain for this builder.
|
Copyright © 2017 neusta software development GmbH. All rights reserved.