zombie.scripting.commands
Class CommandFactory

java.lang.Object
  extended by zombie.scripting.commands.CommandFactory

public class CommandFactory
extends java.lang.Object

Author:
LEMMY

Constructor Summary
CommandFactory()
           
 
Method Summary
static BaseCommand CreateCommand(java.lang.String command)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandFactory

public CommandFactory()
Method Detail

CreateCommand

public static BaseCommand CreateCommand(java.lang.String command)