Uses of Class
com.ptc.windchill.util.ModuleArtifact

Packages that use ModuleArtifact
com.ptc.windchill.util   
com.ptc.windchill.util.packaging.common.impl   
com.ptc.windchill.util.packaging.install   
wt.tools.metamodel   
 

Uses of ModuleArtifact in com.ptc.windchill.util
 

Subclasses of ModuleArtifact in com.ptc.windchill.util
 class InstalledModuleArtifact
          InstalledModuleArtifact is a specialization of the ModuleArtifact class that locates files in a module specific directory under a central artifact specific directory, rather than under a module specific root.
 

Fields in com.ptc.windchill.util declared as ModuleArtifact
static ModuleArtifact ModuleArtifact.WINDCHILL_BIN
          Windchill install bin location.
static ModuleArtifact ModuleArtifact.WINDCHILL_RB
          Windchill install resource bundle location.
static ModuleArtifact ModuleArtifact.WINDCHILL_LOG
          Windchill install log file location.
protected  ModuleArtifact ModuleArtifact.moduleFile
           
protected  ModuleArtifact ModuleArtifact.artifactFile
           
protected  ModuleArtifact ModuleArtifact.unitFile
           
 

Methods in com.ptc.windchill.util that return ModuleArtifact
 ModuleArtifact ModuleArtifact.getModuleFile()
          Gets the full path of the module location.
 ModuleArtifact ModuleArtifact.getArtifactFile()
          Gets the full path of the artifact location.
 ModuleArtifact ModuleArtifact.getUnitFile()
          Gets the full path of the unit location.
 ModuleArtifact ModuleArtifact.setModuleDir(String module_dir)
          

Supported API: false
 ModuleArtifact ModuleArtifact.setUnitDir(String unit_dir)
          

Supported API: false
 ModuleArtifact ModuleArtifact.setArtifactDir(String artifact_dir)
          

Supported API: false
 ModuleArtifact ModuleArtifact.setFileName(String name)
          

Supported API: false
 ModuleArtifact ModuleArtifact.setFileExtension(String extension)
          

Supported API: false
protected  ModuleArtifact ModuleArtifact.newInstance(String module, String artifact)
          Construct new instance of this object.
protected  ModuleArtifact ModuleArtifact.newInstance(String module, String artifact, String unit)
          Construct new instance of this object.
protected  ModuleArtifact ModuleArtifact.newInstance(String module, String artifact, String unit, String file_name, String extension)
          Construct new instance of this object.
protected  ModuleArtifact InstalledModuleArtifact.newInstance(String module, String artifact)
          Construct new instance of this object.
protected  ModuleArtifact InstalledModuleArtifact.newInstance(String module, String artifact, String unit)
          Construct new instance of this object.
protected  ModuleArtifact InstalledModuleArtifact.newInstance(String module, String artifact, String unit, String file_name, String extension)
          Construct new instance of this object.
 

Uses of ModuleArtifact in com.ptc.windchill.util.packaging.common.impl
 

Methods in com.ptc.windchill.util.packaging.common.impl that return ModuleArtifact
protected  ModuleArtifact AbstractPackagingUnit.getModuleArtifact()
           
 

Uses of ModuleArtifact in com.ptc.windchill.util.packaging.install
 

Fields in com.ptc.windchill.util.packaging.install declared as ModuleArtifact
private  ModuleArtifact AbstractPackagingConsumer.cacheArtifact
           
 

Methods in com.ptc.windchill.util.packaging.install that return ModuleArtifact
protected  ModuleArtifact AbstractPackagingConsumer.getUnitArtifact(UnitIdentifier unit)
          Get the unit supplied artifact.
protected  ModuleArtifact AbstractPackagingConsumer.getCacheArtifact()
          Get the aggregated cache artifact.
 

Methods in com.ptc.windchill.util.packaging.install with parameters of type ModuleArtifact
protected  boolean PropertiesAggregator.loadProperties(Properties props, ModuleArtifact file)
           
 

Uses of ModuleArtifact in wt.tools.metamodel
 

Subclasses of ModuleArtifact in wt.tools.metamodel
 class ClassArtifact
          ClassArtifact extends ModuleArtifact, which encapsulates knowledge about where the various types of files associated with a module may be found.