org.knowceans.citeseer.fetcher
Class CsxOaiFetcher

java.lang.Object
  extended by org.knowceans.citeseer.fetcher.CsxOaiFetcher

public class CsxOaiFetcher
extends java.lang.Object

retrieves XML metadata from new CiteSeerX OAI site using a "lean" coding approach. Caveat: The OAI site is sloooooooow (5-10 min / xml file).

Version:
draft (quickly written but functional)
Author:
gregor heinrich (gregor :: arbylon . net)

Constructor Summary
CsxOaiFetcher(java.lang.String base)
          init fetcher with destination file base (including "root" name of the files to be appended a running index and xml extension)
 
Method Summary
static void main(java.lang.String[] args)
          out-of-box driver for OAI fetcher.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CsxOaiFetcher

public CsxOaiFetcher(java.lang.String base)
init fetcher with destination file base (including "root" name of the files to be appended a running index and xml extension)

Parameters:
base -
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.sql.SQLException
out-of-box driver for OAI fetcher.

Parameters:
args -
Throws:
java.sql.SQLException