com.ptc.windchill.structconf.properties
Class ResourceEntry
java.lang.Object
com.ptc.windchill.structconf.properties.ServiceOrResourceEntry
com.ptc.windchill.structconf.properties.ResourceEntry
- class ResourceEntry
- extends ServiceOrResourceEntry
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.
Method Summary |
void |
adornElement(Element element)
Append any necessary attributes to the supplied XML DOM element. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
resourceName_
private String resourceName_
ResourceEntry
ResourceEntry(ServiceOrResourceEntryKey key,
StringTokenizer st,
String entry_value)
- Constructor to be used only by PropertiesToXconf.
- See Also:
PropertiesToXconf
adornElement
public void adornElement(Element element)
- Description copied from class:
ServiceOrResourceEntry
- Append any necessary attributes to the supplied XML DOM element.
Subclasses must call
super.adornElement(Element)
if
they override this method.
- Overrides:
adornElement
in class ServiceOrResourceEntry