com.ptc.windchill.structconf
Class ResetSiteProperty
java.lang.Object
com.ptc.windchill.structconf.StructConfManagerCommand
com.ptc.windchill.structconf.ResetSiteProperty
- public class ResetSiteProperty
- extends StructConfManagerCommand
Command to instruct the StructConfManager to restore the site-specific value of the named property to the latest declared value for that property.
This is useful when sites reference readonly, shared xconfs for common settings, but
a developer needs to restore the value to its declared default rather than whats specified
in the shared xconf.
Method Summary |
(package private) void |
execute()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
propertyName_
private String propertyName_
ResetSiteProperty
public ResetSiteProperty(String property_name)
execute
void execute()
throws StructConfManagerException
- Specified by:
execute
in class StructConfManagerCommand
- Throws:
StructConfManagerException