|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ptc.windchill.structconf.properties.ServiceOrResourceEntry
Abstract base sharing common components of service and resource entries in .properties "service" files.
Concrete implementors are package protected because clients shouldn't need to use their API's.
Field Summary | |
private ServiceOrResourceEntryKey |
key_
|
private int |
orderNumber_
|
private String |
requestor_
|
private String |
selector_
|
Constructor Summary | |
(package private) |
ServiceOrResourceEntry(ServiceOrResourceEntryKey key,
StringTokenizer st)
|
Method Summary | |
void |
adornElement(Element element)
Append any necessary attributes to the supplied XML DOM element. |
static ServiceOrResourceEntry |
createServiceOrResourceEntryFrom(String key_string,
String value_string)
Factory method to create a service or resource entry. |
ServiceOrResourceEntryKey |
getKey()
A key that will allow the identification of service and resource entries corresponding to the same "service." |
int |
getOrderNumber()
The ordering of this service/resource implementation. |
String |
getRequestor()
The string represnetation of the requestor for this service/resource implementation. |
String |
getSelector()
The string represnetation of the selector for this service/resource implementation. |
static boolean |
propertyKeyLooksLikeServiceOrResource(String key_string)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private ServiceOrResourceEntryKey key_
private String selector_
private String requestor_
private int orderNumber_
Constructor Detail |
ServiceOrResourceEntry(ServiceOrResourceEntryKey key, StringTokenizer st)
Method Detail |
public void adornElement(Element element)
super.adornElement(Element)
if
they override this method.
public ServiceOrResourceEntryKey getKey()
public String getSelector()
public String getRequestor()
public int getOrderNumber()
public static final boolean propertyKeyLooksLikeServiceOrResource(String key_string)
public static final ServiceOrResourceEntry createServiceOrResourceEntryFrom(String key_string, String value_string)
key_string
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |