Xindice API
version 1.1b4

org.apache.xindice.server
Interface Xindice


public interface Xindice

Defines the Xindice version-related constants.

Version:
CVS $Revision: 1.19 $, $Date: 2004/04/08 12:30:44 $

Field Summary
static java.lang.String Author
           
static java.lang.String Codename
           
static java.lang.String Company
           
static java.lang.String DEFAULT_CONFIGURATION
           
static int MajorVersion
           
static int MinorVersion
           
static java.lang.String PROP_XINDICE_CONFIGURATION
          System property specyfying location of the Xindice configuration file (system.xml).
static java.lang.String PROP_XINDICE_DB_HOME
          System property specyfying location of the Xindice database.
static java.lang.String PROP_XINDICE_HOME
          System property specyfying location of the Xindice installation.
static int SubMinorVersion
           
static java.lang.String Title
           
static java.lang.String URL
           
static java.lang.String Version
           
static java.lang.String Year
           
 

Field Detail

PROP_XINDICE_HOME

public static final java.lang.String PROP_XINDICE_HOME
System property specyfying location of the Xindice installation. Used by the tools to locate configuration files and libraries.

PROP_XINDICE_DB_HOME

public static final java.lang.String PROP_XINDICE_DB_HOME
System property specyfying location of the Xindice database. If present, this property overrides location preferred by the driver.

PROP_XINDICE_CONFIGURATION

public static final java.lang.String PROP_XINDICE_CONFIGURATION
System property specyfying location of the Xindice configuration file (system.xml).

MajorVersion

public static final int MajorVersion

MinorVersion

public static final int MinorVersion

SubMinorVersion

public static final int SubMinorVersion

Version

public static final java.lang.String Version

Codename

public static final java.lang.String Codename

Title

public static final java.lang.String Title

Author

public static final java.lang.String Author

Year

public static final java.lang.String Year

Company

public static final java.lang.String Company

URL

public static final java.lang.String URL

DEFAULT_CONFIGURATION

public static final java.lang.String DEFAULT_CONFIGURATION

Xindice API
version 1.1b4

Copyright (c) 1999-2004 The Apache Software Foundation. All Rights Reserved.