org.dspace.statistics.util
Class StatisticsImporter

java.lang.Object
  extended by org.dspace.statistics.util.StatisticsImporter

public class StatisticsImporter
extends Object

Class to load intermediate statistics files into solr

Author:
Stuart Lewis

Constructor Summary
StatisticsImporter(boolean local)
          Constructor.
 
Method Summary
static void main(String[] args)
          Main method to run the statistics importer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsImporter

public StatisticsImporter(boolean local)
Constructor. Optionally loads local data to replace foreign data if using someone else's log files

Parameters:
local - Whether to use local data
Method Detail

main

public static void main(String[] args)
                 throws Exception
Main method to run the statistics importer.

Parameters:
args - The command line arguments
Throws:
Exception - If something goes wrong


Copyright © 2012 DuraSpace. All Rights Reserved.