Uses of Class
com.ptc.windchill.structconf.properties.ServiceOrResourceEntry

Packages that use ServiceOrResourceEntry
com.ptc.windchill.structconf.properties APIs for parsing property-based application service and resource definitions. 
 

Uses of ServiceOrResourceEntry in com.ptc.windchill.structconf.properties
 

Subclasses of ServiceOrResourceEntry in com.ptc.windchill.structconf.properties
(package private)  class ResourceEntry
          Entry for .properties "service" entries that represent resources such as images that may need to vary based upon the context in which they are used.
(package private)  class ServiceEntry
          Entry for .properties "service" entries that represent implementing classes (e.g.
 

Methods in com.ptc.windchill.structconf.properties that return ServiceOrResourceEntry
static ServiceOrResourceEntry ServiceOrResourceEntry.createServiceOrResourceEntryFrom(String key_string, String value_string)
          Factory method to create a service or resource entry.