|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StructConfManagerException | |
com.ptc.windchill.structconf | Tools for manipulating declarative and site xconf settings, propagating xconfs into property files, updating property documentation, and locating property specifications in xconf files. |
com.ptc.windchill.upgrade.tool | |
wt.load | Uses the
LoadService to load data into Windchill systems using various loaders. |
wt.sysadm |
Uses of StructConfManagerException in com.ptc.windchill.structconf |
Subclasses of StructConfManagerException in com.ptc.windchill.structconf | |
class |
InvalidXconfException
Thrown if a propagation request aborts midway and some files need to be restored from backups. |
class |
PartialPropagationException
Thrown if a propagation request aborts midway and some files need to be restored from backups. |
class |
PropagationActionException
Thrown by PropagationActions if they
have problems during initialization or evaluation. |
class |
PropagationException
|
class |
TargetFilesWriteProtectedException
Thrown if a propagation request aborts midway and some files need to be restored from backups. |
Methods in com.ptc.windchill.structconf that throw StructConfManagerException | |
(package private) void |
ValidateXconfsFromFileList.execute()
|
(package private) void |
ValidateXconfFile.execute()
|
(package private) void |
UndefineSiteProperty.execute()
|
(package private) void |
TargetFileContentsCollector.collect()
|
(package private) FileUtil.FileInfo[] |
TargetFileContentsCollector.writeTargetFiles()
Write all target files, backing them up first and return a set of FileInfo instances describing the produced files. |
private FileUtil.FileInfo[] |
TargetFileContentsCollector.backup(DerivedFile[] derived_files)
|
protected File |
TargetFileBearingCommand.getTargetFile(String property_name)
The target file for the current command. |
(package private) abstract void |
StructConfManagerCommand.execute()
|
(package private) TargetFileContentsCollector |
StructConfManagerCommand.getCollector()
|
(package private) void |
StructConfManagerCommand.execute(StructConfManager manager)
|
(package private) TargetFileContentsCollector |
StructConfManager.getCollector()
|
XconfAnalysis |
StructConfManager.propagate(boolean force_propagate,
boolean force_xconf_scan)
Shorthand for creating and executing a Propagate command. |
void |
StructConfManager.execute(StructConfManagerCommand[] commands)
Execute a sequence of StructConfManagerCommands . |
void |
StructConfManager.execute(Collection commands)
See StructConfManager.execute(StructConfManagerCommand[]) . |
private void |
StructConfManager.saveSettings()
|
private void |
StructConfManager.saveUpdaterSettings(UpdateXconf updater,
String updater_desc)
|
(package private) void |
SetSiteProperty.execute()
|
(package private) void |
SetPropertiesFromFile.execute()
|
(package private) void |
ResetSiteProperty.execute()
|
(package private) void |
RemoveFromProperty.execute()
|
private boolean |
RebuildAnalyzer.readCachedDependencies()
|
private void |
RebuildAnalyzer.cacheDependencies()
|
private FileUtil.FileInfo |
RebuildAnalyzer.getHintsFor(File file)
|
private boolean |
RebuildAnalyzer.readHints()
|
void |
RebuildAnalyzer.updateTargetFileHints(FileUtil.FileInfo[] file_infos)
|
private void |
RebuildAnalyzer.scanXconfsForDependencies()
|
private boolean |
RebuildAnalyzer.shouldScanForDependencies()
|
private boolean |
RebuildAnalyzer.outOfDate(boolean force_xconf_scan)
|
boolean |
RebuildAnalyzer.shouldPropagate(boolean force_propagate,
boolean force_xconf_scan)
|
(package private) void |
Propagate.execute()
|
(package private) void |
IncludeXconfFile.execute()
|
(package private) void |
GetPropertyValues.execute()
|
(package private) void |
DescribeProperty.execute()
|
(package private) void |
AddToProperty.execute()
|
Uses of StructConfManagerException in com.ptc.windchill.upgrade.tool |
Methods in com.ptc.windchill.upgrade.tool that throw StructConfManagerException | |
private void |
QueueUpgradeEvolvableObjectsState.attemptToStopMethodServerIfNeeded(UpgradePhaseType current_phase)
|
(package private) static void |
QueueUpgradeEvolvableObjectsState.disableQueueProcessing()
|
(package private) static void |
QueueUpgradeEvolvableObjectsState.resetQueueProcessingEnabled()
|
private void |
ProgressViewState.attemptToStopMethodServerIfNeeded(UpgradePhaseType current_phase)
|
(package private) static void |
ProgressViewState.disableQueueProcessing()
|
(package private) static void |
ProgressViewState.resetQueueProcessingEnabled()
|
Uses of StructConfManagerException in wt.load |
Methods in wt.load that throw StructConfManagerException | |
private static void |
Installer.changeWtProperty(String property_name,
String property_value,
String comment)
|
Uses of StructConfManagerException in wt.sysadm |
Methods in wt.sysadm that throw StructConfManagerException | |
boolean |
PropFiles.updateProps(Properties props_to_update,
String aUser)
|
void |
PropFiles.callPropagator()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |