Open SiteSearch 4.1.1
Final

ORG.oclc.tools
Class Import

java.lang.Object
  |
  +--ORG.oclc.tools.Import

public class Import
extends Object


Constructor Summary
Import(IniFile theIni, String table)
           
 
Method Summary
 void doImport(String filename)
           
 void getMetaData(String table)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Import

public Import(IniFile theIni,
              String table)
       throws Exception
Method Detail

main

public static final void main(String[] args)

getMetaData

public void getMetaData(String table)
                 throws Exception

doImport

public void doImport(String filename)
              throws Exception

Open SiteSearch 4.1.1
Final