dk.netarkivet.viewerproxy
Class ViewerProxySettings

java.lang.Object
  extended by dk.netarkivet.viewerproxy.ViewerProxySettings

public class ViewerProxySettings
extends java.lang.Object

Settings specific to the viewerproxy module of NetarchiveSuite.


Field Summary
static java.lang.String VIEWERPROXY_DIR
          settings.viewerproxy.baseDir:
The main directory for the ViewerProxy, used for storing the Lucene index for the jobs being viewed.
 
Constructor Summary
ViewerProxySettings()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VIEWERPROXY_DIR

public static java.lang.String VIEWERPROXY_DIR
settings.viewerproxy.baseDir:
The main directory for the ViewerProxy, used for storing the Lucene index for the jobs being viewed. This directory can be used by multiple ViewerProxy applications running on the same machine.

Constructor Detail

ViewerProxySettings

public ViewerProxySettings()