Package gnu.trove
Class Version
java.lang.Object
gnu.trove.Version
Simple class meant as a possible main class (via manifest) to report the
implementation version of the trove4j jar.
This may be useful to ask feedback WITH build version information
The Main-Class entry in the manifest.mf should be set during the build as well
as the Implementation-Version manifest attribute should be set as well.
Created by IntelliJ IDEA.
User: Johan Parent
Date: 3/03/11
Time: 22:10
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
Returns the implementation version of trove4j.static void
-
Constructor Details
-
Version
public Version()
-
-
Method Details
-
main
-
getVersion
Returns the implementation version of trove4j. Intended for applications wanting to return the version of trove4j they are using NOTE: this method will only return a useful version when working with a trove4j jar as it requires a manifest file- Returns:
-