hkontrol.core
Class ModuleFactory

java.lang.Object
  extended by hkontrol.core.ObjectFactoryBase
      extended by hkontrol.core.ModuleFactory

public class ModuleFactory
extends ObjectFactoryBase

The ModuleFactory instantiates the configured modules.


Constructor Summary
ModuleFactory(State state)
           
 
Method Summary
 void createModules(Configuration config)
           
 
Methods inherited from class hkontrol.core.ObjectFactoryBase
createObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModuleFactory

public ModuleFactory(State state)
Method Detail

createModules

public void createModules(Configuration config)
                   throws java.lang.InstantiationException,
                          java.lang.IllegalAccessException,
                          java.lang.ClassNotFoundException
Throws:
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException