|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceOrResourceEntryKey | |
com.ptc.windchill.structconf.migrate | Tool to convert existing .properties files into .xconf files. |
com.ptc.windchill.structconf.properties | APIs for parsing property-based application service and resource definitions. |
Uses of ServiceOrResourceEntryKey in com.ptc.windchill.structconf.migrate |
Methods in com.ptc.windchill.structconf.migrate with parameters of type ServiceOrResourceEntryKey | |
private ArrayList |
MigratePropsToXconf.getOptionsFor(ServiceOrResourceEntryKey key)
Get an array to store all the optional implementations for a service or resource. |
Uses of ServiceOrResourceEntryKey in com.ptc.windchill.structconf.properties |
Fields in com.ptc.windchill.structconf.properties declared as ServiceOrResourceEntryKey | |
private ServiceOrResourceEntryKey |
ServiceOrResourceEntry.key_
|
Methods in com.ptc.windchill.structconf.properties that return ServiceOrResourceEntryKey | |
ServiceOrResourceEntryKey |
ServiceOrResourceEntry.getKey()
A key that will allow the identification of service and resource entries corresponding to the same "service." |
Constructors in com.ptc.windchill.structconf.properties with parameters of type ServiceOrResourceEntryKey | |
ServiceOrResourceEntry(ServiceOrResourceEntryKey key,
StringTokenizer st)
|
|
ServiceEntry(ServiceOrResourceEntryKey key,
StringTokenizer st,
String entry_value)
Constructor to be used only by PropertiesToXconf. |
|
ResourceEntry(ServiceOrResourceEntryKey key,
StringTokenizer st,
String entry_value)
Constructor to be used only by PropertiesToXconf. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |