Uses of Class
com.ptc.windchill.structconf.StructConfManagerCommand

Packages that use StructConfManagerCommand
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. 
 

Uses of StructConfManagerCommand in com.ptc.windchill.structconf
 

Subclasses of StructConfManagerCommand in com.ptc.windchill.structconf
 class AddToProperty
          Command to instruct the StructConfManager to add a value to the named multivalued property.
 class DescribeProperty
          Command to instruct the StructConfManager to describe the named property on the command line.
 class GetPropertyValues
          Command to instruct the StructConfManager to describe the named property on the command line.
 class IncludeXconfFile
          Command to instruct the StructConfManager to add an ConfigurationRef entry to an xconf file.
 class InstallDeclarativeXconfFile
          Command to instruct the StructConfManager to add an ConfigurationRef entry to the declarations.xconf.
 class Propagate
          Command that instructs the StructConfManager to propagate xconfs into properties files.
 class RemoveFromProperty
          Command to instruct the StructConfManager to remove a value from the named multivalued property.
 class ResetSiteProperty
          Command to instruct the StructConfManager to restore the site-specific value of the named property to the latest declared value for that property.
 class SetPropertiesFromFile
          Command to instruct the StructConfManager to change the site-specific setting to use property values from a property file.
 class SetSiteProperty
          Command to instruct the StructConfManager to change the site-specific value of the named property to the specified value.
 class TargetFileBearingCommand
          Command to instruct the StructConfManager to change the site-specific value of the named property to the specified value.
 class UndefineSiteProperty
          Command to instruct the StructConfManager to undefine (ie null-out) the site-specific value of the named property.
 class ValidateXconfFile
           
 class ValidateXconfsFromFileList
           
 

Methods in com.ptc.windchill.structconf with parameters of type StructConfManagerCommand
 void StructConfManager.execute(StructConfManagerCommand[] commands)
          Execute a sequence of StructConfManagerCommands.