|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jniwrapper.win32.system.FileInformation
This class provides the ability to retrive version and other informaiton from executable files.
Constructor Summary | |
FileInformation(java.io.File file)
|
Method Summary | |
int |
getBuild()
Returns file build number |
java.lang.String |
getCompanyName()
Returns the company name. |
int |
getMajorVersion()
Returns the major file version. |
int |
getMinorVersion()
Returns the minor file version. |
int |
getRevision()
Returns file revision number |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FileInformation(java.io.File file) throws java.io.IOException
Method Detail |
public int getMajorVersion()
public int getMinorVersion()
public int getBuild()
public int getRevision()
public java.lang.String getCompanyName()
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |