Class Scanner.DiscoveredDevice
java.lang.Object
org.networkupstools.jnut.Scanner.DiscoveredDevice
- Enclosing class:
Scanner
Result of a scan.
- Author:
- Emilien Kia
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetrieve the name of the driver used by the device.Retrieve the map of device properties.getProperty(String name) Retrieve a device property if exists.booleanhasProperty(String name) Test if the device has a property.
-
Method Details
-
getDriver
-
getProperties
-
getProperty
-
hasProperty
Test if the device has a property.- Parameters:
name- Name of the property.- Returns:
- True if the property is set.
-