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

Packages that use DerivedFile
com.infoengine.ieinstall   
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. 
wt.httpgw Provides HTTPGateway support including HTTPLogin, HTTPRequest, HTTPResponse and URLFactory
 

Uses of DerivedFile in com.infoengine.ieinstall
 

Subclasses of DerivedFile in com.infoengine.ieinstall
private  class IePropertiesAction.MyTextDerivedFile
          Inner class to handle writing the destination file.
 

Methods in com.infoengine.ieinstall that return DerivedFile
 DerivedFile[] IePropertiesAction.getDerivedFiles()
          Return the set of DerivedFile objects that will be updated if this custom propagation action is evaluated.
 

Uses of DerivedFile in com.ptc.windchill.structconf
 

Subclasses of DerivedFile in com.ptc.windchill.structconf
 class 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.
private  class SamplePropagationAction.MyTextDerivedFile
           
 

Methods in com.ptc.windchill.structconf that return DerivedFile
 DerivedFile[] SamplePropagationAction.getDerivedFiles()
           
private  DerivedFile[] TargetFileContentsCollector.getTargetFiles()
           
abstract  DerivedFile[] PropagationAction.getDerivedFiles()
          Return the set of DerivedFile objects that will be updated if this custom propagation action is evaluated.
 

Methods in com.ptc.windchill.structconf with parameters of type DerivedFile
private  void TargetFileContentsCollector.addDerivedFile(DerivedFile derived_file)
           
private  void TargetFileContentsCollector.checkWritability(DerivedFile[] derived_files)
           
private  FileUtil.FileInfo[] TargetFileContentsCollector.backup(DerivedFile[] derived_files)
           
private  FileUtil.FileInfo[] TargetFileContentsCollector.write(DerivedFile[] derived_files, FileUtil.FileInfo[] matching_backups)
           
 

Uses of DerivedFile in wt.httpgw
 

Methods in wt.httpgw that return DerivedFile
 DerivedFile[] ServerCodebaseUrlCleaner.getDerivedFiles()