Uses of Interface
org.mwolff.command.CommandContainer
-
Packages that use CommandContainer Package Description org.mwolff.command org.mwolff.command.builder -
-
Uses of CommandContainer in org.mwolff.command
Classes in org.mwolff.command that implement CommandContainer Modifier and Type Class Description class
DefaultCommandContainer<T>
CommandContainer that holds Command-objects.Methods in org.mwolff.command that return CommandContainer Modifier and Type Method Description CommandContainer<T>
CommandContainer. addCommand(int priority, Command<T> command)
Adds aCommand
to the list via priority.CommandContainer<T>
CommandContainer. addCommand(Command<T> parameterObject)
Adds aCommand
to the list.CommandContainer<T>
DefaultCommandContainer. addCommand(int priority, Command<T> command)
CommandContainer<T>
DefaultCommandContainer. addCommand(Command<T> command)
-
Uses of CommandContainer in org.mwolff.command.builder
Methods in org.mwolff.command.builder that return CommandContainer Modifier and Type Method Description protected CommandContainer<T>
InjectionChainBuilder. buildChain()
Builds the chain for this builder.protected CommandContainer<T>
XMLChainBuilder. buildChain()
-