public class RawDeviceConfig extends Object
Modifier and Type | Field and Description |
---|---|
static PersistenceDelegate |
DELEGATE |
Constructor and Description |
---|
RawDeviceConfig(String type,
String deviceID,
Map<String,Object> config) |
Modifier and Type | Method and Description |
---|---|
RawDevice |
createDevice() |
Map<String,Object> |
getConfiguration() |
String |
getDeviceID() |
String |
getRawDevice() |
String |
toString() |
public static final PersistenceDelegate DELEGATE
public String getRawDevice()
public String getDeviceID()
public RawDevice createDevice() throws InstantiationException
InstantiationException