org.apache.env
Class WhichConstant
java.lang.Objectorg.apache.env.WhichConstant
public abstract class WhichConstant
extends java.lang.Object
Simple static constants used throughout org.apache.env package.
$Id: WhichConstant.java 225939 2001-12-11 17:42:50Z curcuru $static String[] | ITEM_DESC- Descriptive strings for ITEM_ constants; keep in sync.
|
static int | ITEM_ERROR- Item is Definite problem.
|
static int | ITEM_NOTFOUND- Item is Item was not found, but might be ok.
|
static int | ITEM_OK- Item is Version appears to be OK.
|
static int | ITEM_SHIPPED- Item is Provably a shipped version.
|
static int | ITEM_UNKNOWN- Item is Unknown, or don't care.
|
static int | ITEM_WARNING- Item is Possible problem.
|
static String | OPTION_STRICT- Strict option asks Whichers to return an error if
required classes, etc.
|
static String | OPTION_VERBOSE- Verbose option asks Whichers to return extra info.
|
static String | TAG_ERROR- Tag denoting a generic error occoured.
|
static String | TAG_HASHINFO- Tag denoting a subhash of information is here.
|
static String | TAG_PATH- Tag denoting the path to a file (.jar, etc.).
|
static String | TAG_STATUS
|