FileDocCategorySizeDatePackage
Constants.javaAPI DocApache Lucene 1.4.31818Tue Mar 30 00:48:06 BST 2004org.apache.lucene.util

Constants

public final class Constants extends Object
Some useful constants.
author
Doug Cutting
version
$Id: Constants.java,v 1.3 2004/03/29 22:48:05 cutting Exp $

Fields Summary
public static final String
JAVA_VERSION
The value of System.getProperty("java.version").
public static final boolean
JAVA_1_1
True iff this is Java version 1.1.
public static final boolean
JAVA_1_2
True iff this is Java version 1.2.
public static final boolean
JAVA_1_3
True iff this is Java version 1.3.
public static final String
OS_NAME
The value of System.getProperty("os.name").
public static final boolean
LINUX
True iff running on Linux.
public static final boolean
WINDOWS
True iff running on Windows.
public static final boolean
SUN_OS
True iff running on SunOS.
Constructors Summary
private Constants()

Methods Summary