Class VersionUtil


  • public final class VersionUtil
    extends java.lang.Object
    Versioning Utility.
    Author:
    Rene Schneider - initial API and implementation
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getBundleVersionString​(java.lang.Class<?> aClassFromTheBundle)
      Returns the version string of the bundle/jar in which the given class exists.
      • Methods inherited from class java.lang.Object

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

      • getBundleVersionString

        public static java.lang.String getBundleVersionString​(java.lang.Class<?> aClassFromTheBundle)
        Returns the version string of the bundle/jar in which the given class exists.
        Parameters:
        aClassFromTheBundle - a class from the bundle
        Returns: