com.pega.pegarules.priv.management.web
Class WebTierRuntimeEnvironment
java.lang.Object
com.pega.pegarules.priv.management.web.WebTierRuntimeEnvironment
public class WebTierRuntimeEnvironment
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COPYRIGHT
public static final java.lang.String COPYRIGHT
- See Also:
- Constant Field Values
VERSION
public static final java.lang.String VERSION
WebTierRuntimeEnvironment
public WebTierRuntimeEnvironment()
getCategory
public java.lang.String getCategory()
setCategory
public void setCategory(java.lang.String aCategory)
getName
public java.lang.String getName()
getMajorVersion
public java.lang.String getMajorVersion()
getMinorVersion
public java.lang.String getMinorVersion()
RuntimeEnvironmentInfo
public java.lang.String RuntimeEnvironmentInfo()
LookupJavaClass
public java.lang.String LookupJavaClass(java.lang.String aClass)
- This will return the location of the class given Class name
- Parameters:
aClass
- The class whoose location is to be known.
- Returns:
- The actual location of the class.