public class CommonDeviceExtension extends DeviceExtension
device
Constructor and Description |
---|
CommonDeviceExtension() |
Modifier and Type | Method and Description |
---|---|
void |
reconfigure(DeviceExtension from) |
void |
reconfigureReflectively(DeviceExtension from,
Class<? extends DeviceExtension> clazz)
Iterates over all configurable fields and transfers the values using getter/setters from 'from' to this
|
getBaseClass, getDevice, setDevice, verifyNotUsed
public CommonDeviceExtension()
public void reconfigureReflectively(DeviceExtension from, Class<? extends DeviceExtension> clazz)
from
- The extension with new configurationclazz
- Class of the extensionpublic void reconfigure(DeviceExtension from)
reconfigure
in class DeviceExtension
Copyright © 2017 dcm4che.org. All rights reserved.