com.ibm.manplato.Utils
Class DatabaseExtractor

java.lang.Object
  |
  +--com.ibm.manplato.Utils.DatabaseExtractor

public class DatabaseExtractor
extends java.lang.Object

An application class used to extract database sets into PRC and PDB files. This class is usuable by both other applications and in stand-alone mode to extract PRC and PDB files from serialized DLPDatabaseSets.

Version:
$Rev$-$Date: 2001/03/15 16:55:33 $$State: Exp $
Author:
File Created By: Brad BARCLAY <bbarclay@ca.ibm.com>, Last Modified By: $Author: Yaztromo $
See Also:
DLPDatabaseSet

Method Summary
static void doExtraction(java.awt.Frame frame)
          Prompt the user for the database set to extract, and do the extraction.
static void main(java.lang.String[] args)
          Runs the extractor in stand-alone mode.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

doExtraction

public static void doExtraction(java.awt.Frame frame)
Prompt the user for the database set to extract, and do the extraction.

main

public static void main(java.lang.String[] args)
Runs the extractor in stand-alone mode. This method neither requires nor expects any parameters.