Package 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.

See:
          Description

Interface Summary
CollectedProperties  
 

Class Summary
AddToProperty Command to instruct the StructConfManager to add a value to the named multivalued property.
DerivedFile Abstraction to represent files that the propagator may need to write after a propagation.
DerivedProperties Maintains the mapping of properties, services, and resources to their xconf files and can write a properties file that adheres to the spec in the javadoc for java.util.Properties and which is commented to allow developers to easlity determine which xconf files each property comes from.
DescribeProperty Command to instruct the StructConfManager to describe the named property on the command line.
GetPropertyValues Command to instruct the StructConfManager to describe the named property on the command line.
IncludeXconfFile Command to instruct the StructConfManager to add an ConfigurationRef entry to an xconf file.
InstallDeclarativeXconfFile Command to instruct the StructConfManager to add an ConfigurationRef entry to the declarations.xconf.
Propagate Command that instructs the StructConfManager to propagate xconfs into properties files.
PropagationAction Allows users to perform custom propagation activities after all xconfs have been processed and property info has been derived.
PropagationActionInstantiator  
PropertyInfo Summary of information for a particular property.
PropertyToXconfMapper  
RebuildAnalyzer Determines if xconf files need to be propagated into derived properties files.
RemoveFromProperty Command to instruct the StructConfManager to remove a value from the named multivalued property.
ResetSiteProperty Command to instruct the StructConfManager to restore the site-specific value of the named property to the latest declared value for that property.
SamplePropagationAction  
SetPropertiesFromFile Command to instruct the StructConfManager to change the site-specific setting to use property values from a property file.
SetSiteProperty Command to instruct the StructConfManager to change the site-specific value of the named property to the specified value.
StructConfManager Tools for manipulating declarative and site xconf settings, propagating xconfs into property files, updating property documentation, and locating property specifications in xconf files.
StructConfManagerCommand  
TargetFileBearingCommand Command to instruct the StructConfManager to change the site-specific value of the named property to the specified value.
TargetFileContentsCollector An XconfHandler that will record the values of all properties, services, and resources specified from the root declaration and site xconf files, will assign each of these to its target property file, and will write these derived files after the parse of xconf files is complete
UndefineSiteProperty Command to instruct the StructConfManager to undefine (ie null-out) the site-specific value of the named property.
ValidateXconfFile  
ValidateXconfsFromFileList  
XconfAnalysis  
 

Exception Summary
InvalidXconfException Thrown if a propagation request aborts midway and some files need to be restored from backups.
PartialPropagationException Thrown if a propagation request aborts midway and some files need to be restored from backups.
PropagationActionException Thrown by PropagationActions if they have problems during initialization or evaluation.
PropagationException  
StructConfManagerException  
TargetFilesWriteProtectedException Thrown if a propagation request aborts midway and some files need to be restored from backups.
 

Package com.ptc.windchill.structconf Description

Tools for manipulating declarative and site xconf settings, propagating xconfs into property files, updating property documentation, and locating property specifications in xconf files.

See the class StructConfManager for usage documentation.