|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ptc.windchill.esi.utl.ESIProperties
public final class ESIProperties
Assists ESI classes in obtaining ESI configuration information.
Supported API: true
Extendable: false
| Method Summary | |
|---|---|
static Class |
getClass(ESIPropertyRequest req)
Given an ESIPropertyRequest, return the java class that is identified by that property. |
static String |
getProperty(ESIPropertyRequest request)
Returns the ESI property whose key equals the request.getName(). |
static String |
getProperty(String name)
Returns the ESI property whose key equals the name argument. |
static boolean |
getProperty(String name,
boolean dflt)
Convenience method to get a boolean property string and convert it to a boolean value. |
static String |
getProperty(String name,
String defaultValue)
Returns the ESI property whose key equals the name argument. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getProperty(String name)
name -
public static String getProperty(String name,
String defaultValue)
name - defaultValue -
public static String getProperty(ESIPropertyRequest request)
request -
public static Class getClass(ESIPropertyRequest req)
req -
public static boolean getProperty(String name,
boolean dflt)
name - the property name.default - value returned if named property does not exist
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||