Class HWInfo.DriveObject

  • Enclosing class:
    HWInfo

    public static final class HWInfo.DriveObject
    extends java.lang.Object
    A Drive Object for use with the ComputerInfo class.
    • Constructor Summary

      Constructors 
      Constructor Description
      DriveObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String DriveType()  
      java.lang.String TotalFree()  
      java.lang.String TotalSize()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DriveObject

        public DriveObject()
    • Method Detail

      • DriveType

        public java.lang.String DriveType()
      • TotalSize

        public java.lang.String TotalSize()
      • TotalFree

        public java.lang.String TotalFree()