Class ClariahCommandsDispatcher
java.lang.Object
de.unibamberg.minf.gtf.commands.BaseCommands
de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
de.unibamberg.minf.gtf.extensions.clariah.commands.ClariahCommandsDispatcher
- All Implemented Interfaces:
de.unibamberg.minf.gtf.commands.CommandDispatcher,de.unibamberg.minf.gtf.commands.Commands
public class ClariahCommandsDispatcher
extends de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
implements de.unibamberg.minf.gtf.commands.CommandDispatcher
-
Nested Class Summary
Nested classes/interfaces inherited from class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
de.unibamberg.minf.gtf.commands.BaseCommandDispatcher.DispatcherWithLocalCommand -
Field Summary
Fields inherited from class de.unibamberg.minf.gtf.commands.BaseCommands
SIMPLE_TYPES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecuteDirect(String command, Object[] args, de.unibamberg.minf.gtf.context.ExecutionContext executionContext) Methods inherited from class de.unibamberg.minf.gtf.commands.BaseCommandDispatcher
convert, execute, findExecutingDispatcher, supports, supportsConversion, supportsDirectMethods inherited from class de.unibamberg.minf.gtf.commands.BaseCommands
convert, ensureCollection, ensureCollection, ensureCollectionSize, ensureCollectionSize, ensureCollectionSizeAtLeast, flattenArgs, getAsSimpleValue, getAsSimpleValue, getConversionSupportingDispatcher, getEnclosedType, getSubordinateDispatchers, isCollectionType, isNullValueMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.unibamberg.minf.gtf.commands.CommandDispatcher
execute, supports, supportsDirectMethods inherited from interface de.unibamberg.minf.gtf.commands.Commands
convert, convert, ensureCollection, ensureCollection, ensureCollectionSize, ensureCollectionSize, ensureCollectionSizeAtLeast, flattenArgs, getAsSimpleValue, getAsSimpleValue, getConversionSupportingDispatcher, getEnclosedType, getSubordinateDispatchers, isCollectionType, isNullValue, supportsConversion
-
Constructor Details
-
ClariahCommandsDispatcher
public ClariahCommandsDispatcher()
-
-
Method Details