Uses of Class
org.mwolff.command.CommandTransition
-
Packages that use CommandTransition Package Description org.mwolff.command org.mwolff.command.builder org.mwolff.command.chain org.mwolff.command.sax org.mwolff.command.testcommand -
-
Uses of CommandTransition in org.mwolff.command
Methods in org.mwolff.command that return CommandTransition Modifier and Type Method Description CommandTransition
AbstractDefaultCommand. executeCommand(T parameterObject)
Executes the command and returns a CommandTransition as feedback.CommandTransition
Command. executeCommand(T parameterObject)
Executes the command.CommandTransition
DefaultCommandContainer. executeCommand(T parameterObject)
CommandTransition
DefaultCommandContainer. executeCommandAsChain(T parameterObject)
static CommandTransition
CommandTransition. valueOf(String name)
Returns the enum constant of this type with the specified name.static CommandTransition[]
CommandTransition. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CommandTransition in org.mwolff.command.builder
Methods in org.mwolff.command.builder that return CommandTransition Modifier and Type Method Description CommandTransition
InjectionChainBuilder. executeCommand(T parameterObject)
CommandTransition
XMLChainBuilder. executeCommand(T parameterObject)
CommandTransition
InjectionChainBuilder. executeCommandAsChain(T parameterObject)
CommandTransition
XMLChainBuilder. executeCommandAsChain(T parameterObject)
-
Uses of CommandTransition in org.mwolff.command.chain
Methods in org.mwolff.command.chain that return CommandTransition Modifier and Type Method Description CommandTransition
AbstractDefaultChainCommand. executeCommandAsChain(T parameterObject)
CommandTransition
ChainCommand. executeCommandAsChain(T parameterObject)
-
Uses of CommandTransition in org.mwolff.command.sax
Methods in org.mwolff.command.sax that return CommandTransition Modifier and Type Method Description CommandTransition
ActionListToCommandContainerCommand. executeCommand(SaxParameterObject parameterObject)
CommandTransition
InputSourceReaderCommand. executeCommand(SaxParameterObject parameterObject)
CommandTransition
SaxParserCommand. executeCommand(SaxParameterObject parameterObject)
-
Uses of CommandTransition in org.mwolff.command.testcommand
Methods in org.mwolff.command.testcommand that return CommandTransition Modifier and Type Method Description CommandTransition
TestCommand. executeCommand(GenericParameterObject parameterObject)
CommandTransition
TestCommand. executeCommandAsChain(GenericParameterObject parameterObject)
Constructors in org.mwolff.command.testcommand with parameters of type CommandTransition Constructor Description TestCommand(String pattern, CommandTransition result)
-