com.mangofactory.swagger.core
Class CommandExecutor<T,C>

java.lang.Object
  extended by com.mangofactory.swagger.core.CommandExecutor<T,C>

public class CommandExecutor<T,C>
extends java.lang.Object


Constructor Summary
CommandExecutor()
           
 
Method Summary
 T execute(java.util.List<? extends Command<C>> commands, CommandContext<T> context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandExecutor

public CommandExecutor()
Method Detail

execute

public T execute(java.util.List<? extends Command<C>> commands,
                 CommandContext<T> context)