org.biffle.cliff.pearl
Class DeviceInfo

java.lang.Object
  |
  +--org.biffle.cliff.pearl.DeviceInfo

public class DeviceInfo
extends java.lang.Object

Provides details on a Pearl device.


Constructor Summary
protected DeviceInfo(java.lang.String name, java.lang.String version, int storageDeviceCount)
           
 
Method Summary
 java.lang.String getName()
          Returns the system name.
 int getStorageDeviceCount()
          Returns the number of storage devices available.
 java.lang.String getVersion()
          Returns the system version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceInfo

protected DeviceInfo(java.lang.String name,
                     java.lang.String version,
                     int storageDeviceCount)
Method Detail

getStorageDeviceCount

public int getStorageDeviceCount()
Returns the number of storage devices available.


getName

public java.lang.String getName()
Returns the system name. This appears to be the system software's internal name for itself, but I may be wrong here.


getVersion

public java.lang.String getVersion()
Returns the system version. This is the firmware version as available elsewhere.