Package com.enterprisedt.net.ftp
Class VersionDetails
java.lang.Object
com.enterprisedt.net.ftp.VersionDetails
Aggregates the version information
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Details
-
VersionDetails
public VersionDetails()
-
-
Method Details
-
getVersion
public static final int[] getVersion()Get the product version- Returns:
- int array of {major,middle,minor} version numbers
-
getVersionString
Get the product version string- Returns:
- version as string
-
getBuildTimestamp
Get the build timestamp- Returns:
- d-MMM-yyyy HH:mm:ss z build timestamp
-
report
Report on useful things for debugging purposes- Parameters:
obj- instance to report on- Returns:
- string
-