Class OSInfo.VersionObject

  • Enclosing class:
    OSInfo

    public static final class OSInfo.VersionObject
    extends java.lang.Object
    A Version Object for use with the ComputerInfo class.
    • Constructor Summary

      Constructors 
      Constructor Description
      VersionObject()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int Build()  
      java.lang.String Main()  
      int Major()  
      int Minor()  
      int Number()  
      int Revision()  
      • Methods inherited from class java.lang.Object

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

      • VersionObject

        public VersionObject()
    • Method Detail

      • Main

        public java.lang.String Main()
      • Major

        public int Major()
      • Minor

        public int Minor()
      • Build

        public int Build()
      • Revision

        public int Revision()
      • Number

        public int Number()