com.epam.common.utils
Class Version

java.lang.Object
  extended by com.epam.common.utils.Version

public class Version
extends Object


Constructor Summary
Version()
           
 
Method Summary
static String getProductVersion(Class<?> aClass)
           
static void printVersionOfProduct(Class aClass, Log log)
          Prints the version of a product.
 
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

printVersionOfProduct

public static void printVersionOfProduct(Class aClass,
                                         Log log)
Prints the version of a product.

Parameters:
aClass - the class from product jar FILE
log - the log

getProductVersion

public static String getProductVersion(Class<?> aClass)


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.