com.ptc.windchill.upgrade.directives.dataload
Class MigrationDataLoader
java.lang.Object
wt.load.BasicLoader
com.ptc.windchill.upgrade.directives.dataload.MigrationDataLoader
- public class MigrationDataLoader
- extends BasicLoader
Method Summary |
protected void |
doPostInstall()
This method handles any post installation steps that maybe required by a solution. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MigrationDataLoader
public MigrationDataLoader(String[] args,
String opening,
String[] files,
String[] file_desc)
throws Exception
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