com.ptc.windchill.structconf
Class UndefineSiteProperty
java.lang.Object
com.ptc.windchill.structconf.StructConfManagerCommand
com.ptc.windchill.structconf.UndefineSiteProperty
- public class UndefineSiteProperty
- extends StructConfManagerCommand
Command to instruct the StructConfManager to undefine (ie null-out) the site-specific value of the named property.
This is useful when a propert is declared or sites reference readonly, shared xconfs for common settings, and
a developer needs to force the value to be null.
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_
UndefineSiteProperty
public UndefineSiteProperty(String property_name)
execute
void execute()
throws StructConfManagerException
- Specified by:
execute
in class StructConfManagerCommand
- Throws:
StructConfManagerException