Xindice API
version 1.1

org.apache.xindice.server
Interface Xindice


public interface Xindice

Defines the Xindice version-related constants.

Version:
$Revision: 534528 $, $Date: 2007-05-02 12:12:19 -0400 (Wed, 02 May 2007) $

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

Field Detail

PROP_XINDICE_HOME

public static final 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 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 String PROP_XINDICE_CONFIGURATION
System property specyfying location of the Xindice database 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 String Version

Codename

public static final String Codename

Title

public static final String Title

Author

public static final String Author

Year

public static final String Year

Company

public static final String Company

URL

public static final String URL

DEFAULT_CONFIGURATION

public static final String DEFAULT_CONFIGURATION

Xindice API
version 1.1

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