Class JarVersion


  • public class JarVersion
    extends java.lang.Object
    Attempt to determine the version of the Jar File based on common version locations.
    • Constructor Summary

      Constructors 
      Constructor Description
      JarVersion()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getVersion​(java.io.File file)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JarVersion

        public JarVersion()
    • Method Detail

      • getVersion

        public static java.lang.String getVersion​(java.io.File file)