org.umber.catalan.commands
Class ForkCommand

java.lang.Object
  extended byorg.umber.catalan.commands.BaseForgeCommand
      extended byorg.umber.catalan.commands.CompositeCommand
          extended byorg.umber.catalan.commands.ForkCommand
All Implemented Interfaces:
IForgeCommand

public class ForkCommand
extends CompositeCommand

Forge command to run the same data set through multiple parallel commands.

Author:
jsheets

Constructor Summary
ForkCommand(ICommandQueue queue, java.lang.String type, java.lang.String name, java.util.Map params)
           
 
Method Summary
protected  void validateParams()
           
 
Methods inherited from class org.umber.catalan.commands.CompositeCommand
getChildCommands, runCommand, setChildCommands
 
Methods inherited from class org.umber.catalan.commands.BaseForgeCommand
getCommandParams, getName, getQueue, getType, run
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ForkCommand

public ForkCommand(ICommandQueue queue,
                   java.lang.String type,
                   java.lang.String name,
                   java.util.Map params)
Method Detail

validateParams

protected void validateParams()
Specified by:
validateParams in class BaseForgeCommand