org.pentaho.platform.util
Class VersionHelper

java.lang.Object
  extended by org.pentaho.platform.util.VersionHelper
All Implemented Interfaces:
IVersionHelper

public class VersionHelper
extends Object
implements IVersionHelper


Constructor Summary
VersionHelper()
           
 
Method Summary
static VersionInfo getVersionInfo()
           
static VersionInfo getVersionInfo(Class clazz)
           
 String getVersionInformation()
           
 String getVersionInformation(Class clazz)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VersionHelper

public VersionHelper()
Method Detail

getVersionInformation

public String getVersionInformation()
Specified by:
getVersionInformation in interface IVersionHelper

getVersionInformation

public String getVersionInformation(Class clazz)
Specified by:
getVersionInformation in interface IVersionHelper

getVersionInfo

public static VersionInfo getVersionInfo()

getVersionInfo

public static VersionInfo getVersionInfo(Class clazz)