public interface DeviceFactoryManager
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<DeviceFactory> |
getDeviceFactories() |
java.util.Optional<DeviceFactory> |
getDeviceFactory(java.lang.String type) |
void |
registerDeviceFactory(DeviceFactory factory)
Registers the device factory
Device factories are used to create new devices
|
boolean |
unregisterDeviceFactory(DeviceFactory factory) |
boolean |
unregisterDeviceFactory(java.lang.String type) |
void registerDeviceFactory(DeviceFactory factory)
factory - the device factoryboolean unregisterDeviceFactory(DeviceFactory factory)
boolean unregisterDeviceFactory(java.lang.String type)
java.util.Optional<DeviceFactory> getDeviceFactory(java.lang.String type)
java.util.Collection<DeviceFactory> getDeviceFactories()