Uses of Interface
org.mwolff.command.parameterobject.GenericParameterObject
-
Packages that use GenericParameterObject Package Description org.mwolff.command.parameterobject org.mwolff.command.process org.mwolff.command.sax org.mwolff.command.testcommand -
-
Uses of GenericParameterObject in org.mwolff.command.parameterobject
Classes in org.mwolff.command.parameterobject that implement GenericParameterObject Modifier and Type Class Description class
DefaultParameterObject
A simple implementation of a generic context.Fields in org.mwolff.command.parameterobject declared as GenericParameterObject Modifier and Type Field Description static GenericParameterObject
DefaultParameterObject. NULLCONTEXT
A null context to execute commands without a context.Methods in org.mwolff.command.parameterobject that return GenericParameterObject Modifier and Type Method Description static GenericParameterObject
DefaultParameterObject. getInstance()
Gets a fresh instance of an GenericParameterObjectstatic GenericParameterObject
DefaultParameterObject. getStandardContext()
static GenericParameterObject
DefaultParameterObject. getStandardContext(String key, Object value)
-
Uses of GenericParameterObject in org.mwolff.command.process
Methods in org.mwolff.command.process with parameters of type GenericParameterObject Modifier and Type Method Description Optional<String>
DefaultEndCommand. executeAsProcess(String startCommand, GenericParameterObject context)
Optional<String>
DefaultEndCommand. executeAsProcess(GenericParameterObject context)
-
Uses of GenericParameterObject in org.mwolff.command.sax
Classes in org.mwolff.command.sax that implement GenericParameterObject Modifier and Type Class Description class
SaxParameterObject
-
Uses of GenericParameterObject in org.mwolff.command.testcommand
Methods in org.mwolff.command.testcommand with parameters of type GenericParameterObject Modifier and Type Method Description CommandTransition
TestCommand. executeCommand(GenericParameterObject parameterObject)
CommandTransition
TestCommand. executeCommandAsChain(GenericParameterObject parameterObject)
-