com.ptc.windchill.upgrade.directives.dataload
Class MigrationDataLoader

java.lang.Object
  extended bywt.load.BasicLoader
      extended bycom.ptc.windchill.upgrade.directives.dataload.MigrationDataLoader

public class MigrationDataLoader
extends BasicLoader


Field Summary
 
Fields inherited from class wt.load.BasicLoader
DEBUG, installService, localProps
 
Constructor Summary
MigrationDataLoader(String[] args, String opening, String[] files, String[] file_desc)
           
 
Method Summary
protected  void doPostInstall()
          This method handles any post installation steps that maybe required by a solution.
 
Methods inherited from class wt.load.BasicLoader
doInstall, installFiles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MigrationDataLoader

public MigrationDataLoader(String[] args,
                           String opening,
                           String[] files,
                           String[] file_desc)
                    throws Exception
Method Detail

doPostInstall

protected void doPostInstall()
                      throws Exception
Description copied from class: BasicLoader
This method handles any post installation steps that maybe required by a solution. The default method will prompt to restart the servers and then exit the loader.

Overrides:
doPostInstall in class BasicLoader
Throws:
Exception