de.bsvrz.sys.funclib.operatingMessage
Class PackageRuntimeInfo

java.lang.Object
  extended by de.bsvrz.sys.funclib.operatingMessage.PackageRuntimeInfo

public class PackageRuntimeInfo
extends Object


Constructor Summary
PackageRuntimeInfo()
           
 
Method Summary
static String getCompileTime()
           
static String getDependsOnCompiled()
           
static String getDependsOnLib()
           
static String getDependsOnSource()
           
static String getJvmVersion()
           
static String getLicence()
           
static String getRelease()
           
static String getRevision()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PackageRuntimeInfo

public PackageRuntimeInfo()
Method Detail

getLicence

public static String getLicence()

getRelease

public static String getRelease()

getRevision

public static String getRevision()

getCompileTime

public static String getCompileTime()

getDependsOnCompiled

public static String getDependsOnCompiled()

getDependsOnSource

public static String getDependsOnSource()

getDependsOnLib

public static String getDependsOnLib()

getJvmVersion

public static String getJvmVersion()