de.jreality.toolsystem.config
Class RawDeviceConfig

java.lang.Object
  extended by de.jreality.toolsystem.config.RawDeviceConfig

public class RawDeviceConfig
extends Object

TODO: comment this

Author:
weissman

Field Summary
static PersistenceDelegate DELEGATE
           
 
Constructor Summary
RawDeviceConfig(String type, String deviceID, Map<String,Object> config)
           
 
Method Summary
 RawDevice createDevice()
           
 Map<String,Object> getConfiguration()
           
 String getDeviceID()
           
 String getRawDevice()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DELEGATE

public static final PersistenceDelegate DELEGATE
Constructor Detail

RawDeviceConfig

public RawDeviceConfig(String type,
                       String deviceID,
                       Map<String,Object> config)
Method Detail

getRawDevice

public String getRawDevice()

getDeviceID

public String getDeviceID()

getConfiguration

public Map<String,Object> getConfiguration()

toString

public String toString()
Overrides:
toString in class Object

createDevice

public RawDevice createDevice()
                       throws InstantiationException
Throws:
InstantiationException