com.ptc.windchill.cadx.common
Class CadxCommonProperties

java.lang.Object
  extended bycom.ptc.windchill.cadx.common.CadxCommonProperties

public class CadxCommonProperties
extends Object


Field Summary
private static Properties commonProperties
           
 
Constructor Summary
CadxCommonProperties()
           
 
Method Summary
static String getAuthoringApplication()
           
static String getHtmltempaltesLocation()
           
static String getHtmltempaltesURI()
           
static boolean getIsModelCheckValidation()
           
static boolean getIsPJLNew()
           
static String getProperty(String propertyName)
           
static String getUserAgent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

commonProperties

private static Properties commonProperties
Constructor Detail

CadxCommonProperties

public CadxCommonProperties()
Method Detail

getUserAgent

public static String getUserAgent()

getAuthoringApplication

public static String getAuthoringApplication()

getHtmltempaltesURI

public static String getHtmltempaltesURI()

getHtmltempaltesLocation

public static String getHtmltempaltesLocation()

getProperty

public static String getProperty(String propertyName)

getIsPJLNew

public static boolean getIsPJLNew()

getIsModelCheckValidation

public static boolean getIsModelCheckValidation()