com.ptc.windchill.structconf
Class StructConfManagerCommand
java.lang.Object
com.ptc.windchill.structconf.StructConfManagerCommand
- Direct Known Subclasses:
- AddToProperty, DescribeProperty, GetPropertyValues, IncludeXconfFile, Propagate, RemoveFromProperty, ResetSiteProperty, TargetFileBearingCommand, UndefineSiteProperty, ValidateXconfFile, ValidateXconfsFromFileList
- public abstract class StructConfManagerCommand
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
requiresSaveImmediatelyAfter_
private boolean requiresSaveImmediatelyAfter_
manager_
private StructConfManager manager_
StructConfManagerCommand
protected StructConfManagerCommand()
requiresSaveImmediatelyAfter
boolean requiresSaveImmediatelyAfter()
setRequiresSaveImmediatelyAfter
protected void setRequiresSaveImmediatelyAfter(boolean requires)
execute
abstract void execute()
throws StructConfManagerException
- Throws:
StructConfManagerException
getManager
StructConfManager getManager()
getSiteUpdater
UpdateXconf getSiteUpdater()
getDeclarativeUpdater
UpdateXconf getDeclarativeUpdater()
getUpdater
UpdateXconf getUpdater(File file)
getUpdater
UpdateXconf getUpdater(String path)
getCollector
TargetFileContentsCollector getCollector()
throws StructConfManagerException
- Throws:
StructConfManagerException
execute
final void execute(StructConfManager manager)
throws StructConfManagerException
- Throws:
StructConfManagerException