lt.monarch.chart
Class VersionInfo

java.lang.Object
  extended by lt.monarch.chart.VersionInfo

public final class VersionInfo
extends java.lang.Object

Version info file


Field Summary
Modifier and Type Field and Description
protected static lt.monarch.chart.VersionInfo.BuildType versionType
           
 
Constructor Summary
Constructor and Description
VersionInfo()
           
 
Method Summary
Modifier and Type Method and Description
static java.lang.String getBuildNumber()
          Gets build number
static java.lang.String getLicense()
          Gets license owner
static java.lang.String getVersion()
          Library version
static java.lang.String getVersionNumber()
           
static boolean isTrial()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionType

protected static final lt.monarch.chart.VersionInfo.BuildType versionType
Constructor Detail

VersionInfo

public VersionInfo()
Method Detail

getVersionNumber

public static java.lang.String getVersionNumber()

getVersion

public static java.lang.String getVersion()
Library version


getBuildNumber

public static java.lang.String getBuildNumber()
Gets build number

Returns:
build number

getLicense

public static java.lang.String getLicense()
Gets license owner

Returns:
license owner

isTrial

public static boolean isTrial()