net.sf.lavalamp.factories
Class DeviceFactory

java.lang.Object
  extended by net.sf.lavalamp.factories.DeviceFactory

public class DeviceFactory
extends Object


Constructor Summary
DeviceFactory()
           
 
Method Summary
 Device make(DeviceProperties deviceProperties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceFactory

public DeviceFactory()
Method Detail

make

public Device make(DeviceProperties deviceProperties)
            throws InstantiationException,
                   IllegalAccessException,
                   ClassNotFoundException
Throws:
InstantiationException
IllegalAccessException
ClassNotFoundException


Copyright © 2010. All Rights Reserved.