dk.netarkivet.wayback.aggregator
Class AggregatorApplication

java.lang.Object
  extended by dk.netarkivet.wayback.aggregator.AggregatorApplication

public class AggregatorApplication
extends java.lang.Object

This wrapper class is used to start the AggregationWorker inside Jetty.


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

Constructor Detail

AggregatorApplication

public AggregatorApplication()
Method Detail

main

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

Parameters:
args - an empty array.