com.ail.core.factory
Class FactoryHandler

java.lang.Object
  extended by com.ail.core.factory.FactoryHandler

public class FactoryHandler
extends java.lang.Object


Method Summary
static FactoryHandler getInstance()
           
 AbstractCommand newCommand(java.lang.String name, ConfigurationOwner owner, Core core)
           
 java.lang.Object newObject(java.lang.String name, ConfigurationOwner owner, Core core)
           
 Type newType(java.lang.String name, ConfigurationOwner owner, Core core)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static FactoryHandler getInstance()

newType

public Type newType(java.lang.String name,
                    ConfigurationOwner owner,
                    Core core)

newCommand

public AbstractCommand newCommand(java.lang.String name,
                                  ConfigurationOwner owner,
                                  Core core)

newObject

public java.lang.Object newObject(java.lang.String name,
                                  ConfigurationOwner owner,
                                  Core core)