Xindice API
version 1.2m1

org.apache.xindice.server
Interface Xindice


public interface Xindice

Defines the Xindice version-related constants.

Version:
$Revision: 600165 $, $Date: 2007-12-01 11:50:29 -0500 (Sat, 01 Dec 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.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values

PROP_XINDICE_CONFIGURATION

public static final String PROP_XINDICE_CONFIGURATION
System property specyfying location of the Xindice database 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 String Version
See Also:
Constant Field Values

Codename

public static final String Codename
See Also:
Constant Field Values

Title

public static final String Title
See Also:
Constant Field Values

Author

public static final String Author
See Also:
Constant Field Values

Year

public static final String Year
See Also:
Constant Field Values

Company

public static final String Company
See Also:
Constant Field Values

URL

public static final String URL
See Also:
Constant Field Values

DEFAULT_CONFIGURATION

public static final String DEFAULT_CONFIGURATION
See Also:
Constant Field Values

Xindice API
version 1.2m1

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