Regain 2.1.0-STABLE API

net.sf.regain.ui.desktop
Interface DesktopConstants

All Known Implementing Classes:
BrowserSelectorFrame, CurrentindexTag, DesktopToolkit, ExecuterParser, FormTag, IndexUpdateManager, Main, XmlDesktopConfig

public interface DesktopConstants

Constants used by the desktop search.

Author:
Til Schneider, www.murfman.de

Field Summary
static File AUTH_PROPS_FILE
          The authentication properties.
static File CONFIG_DIR
          The directory where the configuration files are located.
static File CRAWLER_CONFIG_FILE
          The file that holds the crawler configuration.
static File DEFAULT_CONFIG_DIR
          The directory where the default configuration files are located.
static File DEFAULT_CRAWLER_CONFIG_FILE
          The file that holds the crawler configuration.
static File DEFAULT_DESKTOP_CONFIG_FILE
          The file that holds the default desktop configuration.
static int DEFAULT_INTERVAL
          The default interval for index updates.
static int DEFAULT_PORT
          The default port for the webserver.
static File DESKTOP_CONFIG_FILE
          The file that holds the desktop configuration.
static File INDEX_DIR
          The directory where the index is located.
static File LASTUPDATE_FILE
          The file that holds the timestamp when the index was updated the last time.
static File LOG_DIR
          The directory where the log files are located.
static File NEEDSUPDATE_FILE
          The file that indicates that index should be updated if the file exists.
static File TAGLIB_DIR
          The directory where additional taglibraries may be located.
 

Field Detail

DEFAULT_PORT

static final int DEFAULT_PORT
The default port for the webserver.

See Also:
Constant Field Values

DEFAULT_INTERVAL

static final int DEFAULT_INTERVAL
The default interval for index updates.

See Also:
Constant Field Values

LOG_DIR

static final File LOG_DIR
The directory where the log files are located.


INDEX_DIR

static final File INDEX_DIR
The directory where the index is located.


LASTUPDATE_FILE

static final File LASTUPDATE_FILE
The file that holds the timestamp when the index was updated the last time.


NEEDSUPDATE_FILE

static final File NEEDSUPDATE_FILE
The file that indicates that index should be updated if the file exists.


CONFIG_DIR

static final File CONFIG_DIR
The directory where the configuration files are located.


DEFAULT_CONFIG_DIR

static final File DEFAULT_CONFIG_DIR
The directory where the default configuration files are located.


DESKTOP_CONFIG_FILE

static final File DESKTOP_CONFIG_FILE
The file that holds the desktop configuration.


DEFAULT_DESKTOP_CONFIG_FILE

static final File DEFAULT_DESKTOP_CONFIG_FILE
The file that holds the default desktop configuration.


CRAWLER_CONFIG_FILE

static final File CRAWLER_CONFIG_FILE
The file that holds the crawler configuration.


DEFAULT_CRAWLER_CONFIG_FILE

static final File DEFAULT_CRAWLER_CONFIG_FILE
The file that holds the crawler configuration.


AUTH_PROPS_FILE

static final File AUTH_PROPS_FILE
The authentication properties.


TAGLIB_DIR

static final File TAGLIB_DIR
The directory where additional taglibraries may be located.


Regain 2.1.0-STABLE API

Regain 2.1.0-STABLE, Copyright (C) 2004-2010 Til Schneider, www.murfman.de, Thomas Tesche, www.clustersystems.info