Package ca.phon.util
Class VersionInfo
java.lang.Object
ca.phon.util.VersionInfo
Methods for determining the version number of the application.
Version information is read from the file: build.properties
which should be located in the root of the class loader.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic VersionInfo
Get the shared instanceReturn long version. . Get major versionGet minor versionRevisionSource control numberReturn version as:. .
-
Constructor Details
-
VersionInfo
public VersionInfo()
-
-
Method Details
-
getInstance
Get the shared instance -
getMajorVersion
Get major version -
getMinorVersion
Get minor version -
getRevision
Revision -
getScRevision
Source control number -
getVersion
Return version as:. . -
getLongVersion
Return long version. .
-