public class PhysicalDriveUnix extends Object implements PhysicalDrive
PhysicalDrive.InterfaceType, PhysicalDrive.Type| Constructor and Description |
|---|
PhysicalDriveUnix() |
| Modifier and Type | Method and Description |
|---|---|
PhysicalDrive.InterfaceType |
getInterface() |
String |
getManufacturer() |
String |
getModel() |
String |
getOSId() |
List<DiskPartition> |
getPartitions() |
String |
getSerialNumber() |
BigInteger |
getSize() |
PhysicalDrive.Type |
getType() |
String |
getVersion() |
boolean |
isRemovable() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetMountPointspublic String getOSId()
getOSId in interface PhysicalDrivepublic BigInteger getSize()
getSize in interface PhysicalDrivepublic String getModel()
getModel in interface PhysicalDrivepublic String getManufacturer()
getManufacturer in interface PhysicalDrivepublic String getVersion()
getVersion in interface PhysicalDrivepublic String getSerialNumber()
getSerialNumber in interface PhysicalDrivepublic boolean isRemovable()
isRemovable in interface PhysicalDrivepublic PhysicalDrive.InterfaceType getInterface()
getInterface in interface PhysicalDrivepublic PhysicalDrive.Type getType()
getType in interface PhysicalDrivepublic List<DiskPartition> getPartitions()
getPartitions in interface PhysicalDriveCopyright © 2020. All rights reserved.