Uses of Interface
org.mwolff.command.process.ProcessCommand
-
Packages that use ProcessCommand Package Description org.mwolff.command org.mwolff.command.builder org.mwolff.command.process -
-
Uses of ProcessCommand in org.mwolff.command
Subinterfaces of ProcessCommand in org.mwolff.command Modifier and Type Interface Description interface
CommandContainer<T>
Interface of a command container.Classes in org.mwolff.command that implement ProcessCommand Modifier and Type Class Description class
DefaultCommandContainer<T>
CommandContainer that holds Command-objects.Methods in org.mwolff.command that return types with arguments of type ProcessCommand Modifier and Type Method Description Optional<ProcessCommand<T>>
CommandContainer. getCommandByProcessID(String processID)
Gets the command with the certain processID.Optional<ProcessCommand<T>>
DefaultCommandContainer. getCommandByProcessID(String proceddID)
-
Uses of ProcessCommand in org.mwolff.command.builder
Classes in org.mwolff.command.builder that implement ProcessCommand Modifier and Type Class Description class
InjectionChainBuilder<T>
class
XMLChainBuilder<T>
Chain builder parsing an XML file for building chains or process chains. -
Uses of ProcessCommand in org.mwolff.command.process
Classes in org.mwolff.command.process that implement ProcessCommand Modifier and Type Class Description class
AbstractDefaultProcessCommand<T>
Default implementation for a process-command.class
DefaultEndCommand
-