Class PackageRuntimeInfo
java.lang.Object
de.bsvrz.sys.funclib.commandLineArgs.PackageRuntimeInfo
public class PackageRuntimeInfo
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description PackageRuntimeInfo()
-
Method Summary
Modifier and Type Method Description static java.lang.String
getCompileTime()
static java.lang.String
getDependsOnCompiled()
static java.lang.String
getDependsOnLib()
static java.lang.String
getDependsOnSource()
static java.lang.String
getJvmVersion()
static java.lang.String
getLicence()
static java.lang.String
getRelease()
static java.lang.String
getRevision()
static java.lang.String
getVersion()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PackageRuntimeInfo
public PackageRuntimeInfo()
-
-
Method Details
-
getLicence
public static java.lang.String getLicence() -
getRelease
public static java.lang.String getRelease() -
getVersion
public static java.lang.String getVersion() -
getRevision
public static java.lang.String getRevision() -
getCompileTime
public static java.lang.String getCompileTime() -
getDependsOnCompiled
public static java.lang.String getDependsOnCompiled() -
getDependsOnSource
public static java.lang.String getDependsOnSource() -
getDependsOnLib
public static java.lang.String getDependsOnLib() -
getJvmVersion
public static java.lang.String getJvmVersion()
-