com.ptc.windchill.util.packaging.install
Interface InstallParticipant

All Known Implementing Classes:
AbstractInstallParticipant

public interface InstallParticipant



Supported API: false

Extendable: false


Method Summary
 void initialize()
          Initialize any configuration variables and prepare output files for writing (loadCache).
 void installModule(UnitIdentifier module)
          

Supported API: false
 void postProcess()
          Write and close output files (storeCache).
 void unInstallModule(UnitIdentifier module)
          

Supported API: false
 

Method Detail

installModule

public void installModule(UnitIdentifier module)
                   throws WTException


Supported API: false

Parameters:
module -
Throws:
WTException

unInstallModule

public void unInstallModule(UnitIdentifier module)
                     throws WTException


Supported API: false

Parameters:
module -
Throws:
WTException

initialize

public void initialize()
                throws WTException
Initialize any configuration variables and prepare output files for writing (loadCache).

Supported API: false

Throws:
WTException

postProcess

public void postProcess()
                 throws WTException
Write and close output files (storeCache).

Supported API: false

Throws:
WTException