-
- All Superinterfaces:
Builder<CONFIG_TYPE>
,ConfigBuilder<BUILDER_TYPE,CONFIG_TYPE>
- All Known Subinterfaces:
IODeviceConfigBuilder<BUILDER_TYPE,CONFIG_TYPE>
,SerialConfigBuilder
public interface DeviceConfigBuilder<BUILDER_TYPE,CONFIG_TYPE> extends ConfigBuilder<BUILDER_TYPE,CONFIG_TYPE>
DeviceConfigBuilder interface.
- Version:
- $Id: $Id
- Author:
- Robert Savage (http://www.savagehomeautomation.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BUILDER_TYPE
device(String device)
device.-
Methods inherited from interface com.pi4j.config.ConfigBuilder
allowInheritProperties, description, disallowInheritProperties, id, id, inheritProperties, load, load, load, load, load, load, load, load, load, load, name
-
-
-
-
Method Detail
-
device
BUILDER_TYPE device(String device)
device.
- Parameters:
device
- aString
object.- Returns:
- a BUILDER_TYPE object.
-
-