GNU Trove

gnu.trove
Class Version

java.lang.Object
  extended by gnu.trove.Version

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 Summary
Version()
           
 
Method Summary
static java.lang.String getVersion()
          Returns the implementation version of trove4j.
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

Version

public Version()
Method Detail

main

public static void main(java.lang.String[] args)

getVersion

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

Returns:

GNU Trove