public class Version
extends java.lang.Object
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 and Description |
|---|
Version() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getVersion()
Returns the implementation version of trove4j.
|
static void |
main(java.lang.String[] args) |
public static void main(java.lang.String[] args)
public static java.lang.String 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