Class Version



  • public class Version
    extends 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 Detail

      • Version

        public Version()
    • Method Detail

      • main

        public static void main(String[] args)
      • getVersion

        public static 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: