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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

PROP_XINDICE_CONFIGURATION

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

See Also:
Constant Field Values

MajorVersion

public static final int MajorVersion
See Also:
Constant Field Values

MinorVersion

public static final int MinorVersion
See Also:
Constant Field Values

SubMinorVersion

public static final int SubMinorVersion
See Also:
Constant Field Values

Version

public static final java.lang.String Version
See Also:
Constant Field Values

Codename

public static final java.lang.String Codename
See Also:
Constant Field Values

Title

public static final java.lang.String Title
See Also:
Constant Field Values

Author

public static final java.lang.String Author
See Also:
Constant Field Values

Year

public static final java.lang.String Year
See Also:
Constant Field Values

Company

public static final java.lang.String Company
See Also:
Constant Field Values

URL

public static final java.lang.String URL
See Also:
Constant Field Values

DEFAULT_CONFIGURATION

public static final java.lang.String DEFAULT_CONFIGURATION
See Also:
Constant Field Values

Xindice API
version 1.1b4

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