Uses of Interface
org.mwolff.command.Command
-
Packages that use Command Package Description org.mwolff.command org.mwolff.command.builder org.mwolff.command.chain org.mwolff.command.process org.mwolff.command.sax org.mwolff.command.testcommand -
-
Uses of Command in org.mwolff.command
Subinterfaces of Command in org.mwolff.command Modifier and Type Interface Description interface
CommandContainer<T>
Interface of a command container.Classes in org.mwolff.command that implement Command Modifier and Type Class Description class
AbstractDefaultCommand<T>
Default implementation for a command.class
DefaultCommandContainer<T>
CommandContainer that holds Command-objects.Methods in org.mwolff.command with parameters of type Command 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 Command in org.mwolff.command.builder
Classes in org.mwolff.command.builder that implement Command Modifier and Type Class Description class
InjectionChainBuilder<T>
class
XMLChainBuilder<T>
Chain builder parsing an XML file for building chains or process chains.Method parameters in org.mwolff.command.builder with type arguments of type Command Modifier and Type Method Description void
InjectionChainBuilder. setCommands(List<Command<T>> commands)
Sets the list of commands. -
Uses of Command in org.mwolff.command.chain
Subinterfaces of Command in org.mwolff.command.chain Modifier and Type Interface Description interface
ChainCommand<T>
ChainCommand interface for the command framework.Classes in org.mwolff.command.chain that implement Command Modifier and Type Class Description class
AbstractDefaultChainCommand<T>
Default implementation for a chain-command. -
Uses of Command in org.mwolff.command.process
Subinterfaces of Command in org.mwolff.command.process Modifier and Type Interface Description interface
ProcessCommand<T>
Command interface for the command framework.Classes in org.mwolff.command.process that implement Command Modifier and Type Class Description class
AbstractDefaultProcessCommand<T>
Default implementation for a process-command.class
DefaultEndCommand
-
Uses of Command in org.mwolff.command.sax
Classes in org.mwolff.command.sax that implement Command Modifier and Type Class Description class
ActionListToCommandContainerCommand
class
InputSourceReaderCommand
class
SaxParserCommand
-
Uses of Command in org.mwolff.command.testcommand
Classes in org.mwolff.command.testcommand that implement Command Modifier and Type Class Description class
TestCommand
-