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

Packages that use XconfAnalysis
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 XconfAnalysis in com.ptc.windchill.structconf
 

Fields in com.ptc.windchill.structconf declared as XconfAnalysis
private  XconfAnalysis TargetFileContentsCollector.xconfAnalysis_
           
private  XconfAnalysis Propagate.resultXconfAnalysis_
           
private  XconfAnalysis InvalidXconfException.xconfAnalysis_
           
 

Methods in com.ptc.windchill.structconf that return XconfAnalysis
 XconfAnalysis TargetFileContentsCollector.getAnalysis()
           
 XconfAnalysis StructConfManager.propagate(boolean force_propagate, boolean force_xconf_scan)
          Shorthand for creating and executing a Propagate command.
 XconfAnalysis Propagate.getXconfAnalysis()
           
 XconfAnalysis InvalidXconfException.getXconfAnalysis()
           
 

Constructors in com.ptc.windchill.structconf with parameters of type XconfAnalysis
InvalidXconfException(XconfAnalysis analysis)