com.pega.pegarules.api.util
Class BuildInfo

java.lang.Object
  extended by com.pega.pegarules.api.util.BuildInfo

public class BuildInfo
extends java.lang.Object


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String VERSION
           
 
Constructor Summary
BuildInfo()
           
 
Method Summary
static java.lang.String getBuildDate()
           
static java.lang.String getBuildName()
           
static java.lang.String getBuildProperties()
          Get a string containing the build properties.
static java.lang.String getLabel()
           
static java.lang.String getMajorVersion()
           
static java.lang.String getMinorVersion()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values

VERSION

public static final java.lang.String VERSION
See Also:
Constant Field Values
Constructor Detail

BuildInfo

public BuildInfo()
Method Detail

getBuildName

public static java.lang.String getBuildName()
Returns:
the build name

getBuildDate

public static java.lang.String getBuildDate()
Returns:
the build date

getMajorVersion

public static java.lang.String getMajorVersion()
Returns:
the major version

getMinorVersion

public static java.lang.String getMinorVersion()
Returns:
the minor version

getLabel

public static java.lang.String getLabel()
Returns:
the build label : altered by sangr

getBuildProperties

public static java.lang.String getBuildProperties()
Get a string containing the build properties. The returned value is intended to mimic that contained by the build.properties file.

Returns:
the build properties as a string : altered by sangr


Copyright © 2012 Pegasystems Inc. All Rights Reserved.