org.hyperic.sigar.win32
Class FileVersion

java.lang.Object
  extended by org.hyperic.sigar.win32.FileVersion

public class FileVersion
extends java.lang.Object


Method Summary
 int getFileBuild()
           
 int getFileMajor()
           
 int getFileMinor()
           
 int getFileRevision()
           
 java.lang.String getFileVersion()
           
 java.util.Map getInfo()
           
 int getProductBuild()
           
 int getProductMajor()
           
 int getProductMinor()
           
 int getProductRevision()
           
 java.lang.String getProductVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getProductMajor

public int getProductMajor()

getProductMinor

public int getProductMinor()

getProductBuild

public int getProductBuild()

getProductRevision

public int getProductRevision()

getFileMajor

public int getFileMajor()

getFileMinor

public int getFileMinor()

getFileBuild

public int getFileBuild()

getFileRevision

public int getFileRevision()

getInfo

public java.util.Map getInfo()

getProductVersion

public java.lang.String getProductVersion()

getFileVersion

public java.lang.String getFileVersion()


Copyright ? 2004-2009 Hyperic. All Rights Reserved.