Uses of Class
de.caluga.morphium.driver.commands.GenericCommand
-
Packages that use GenericCommand Package Description de.caluga.morphium.driver.commands de.caluga.morphium.driver.inmem -
-
Uses of GenericCommand in de.caluga.morphium.driver.commands
Methods in de.caluga.morphium.driver.commands that return GenericCommand Modifier and Type Method Description GenericCommandGenericCommand. addKey(String key, Object value)GenericCommandGenericCommand. fromMap(Map<String,Object> m)GenericCommandGenericCommand. setCmdData(Map<String,Object> cmd)GenericCommandGenericCommand. setCommandName(String n) -
Uses of GenericCommand in de.caluga.morphium.driver.inmem
Methods in de.caluga.morphium.driver.inmem with parameters of type GenericCommand Modifier and Type Method Description intInMemoryDriver. runCommand(GenericCommand cmd)
-