dk.netarkivet.wayback.indexer
Class WaybackIndexerApplication

java.lang.Object
  extended by dk.netarkivet.wayback.indexer.WaybackIndexerApplication

public class WaybackIndexerApplication
extends java.lang.Object

The entry point for the wayback indexer. This application determines what files in the arcrepository remain to be indexed and indexes them concurrently via batch jobs. The status of all files in the archive is maintained in a persistent object store managed by Hibernate.


Constructor Summary
WaybackIndexerApplication()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs the WaybackIndexer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaybackIndexerApplication

public WaybackIndexerApplication()
Method Detail

main

public static void main(java.lang.String[] args)
Runs the WaybackIndexer. Settings are read from config files so the arguments array should be empty.

Parameters:
args - an empty array.