org.apache.env
public abstract class WhichConstant extends Object
Version: $Id: WhichConstant.java 225939 2001-12-11 17:42:50Z curcuru $
Field Summary | |
---|---|
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. are not found. |
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 Tag denoting the status of a WhichProject hash. |
static String | TAG_VERSION Tag denoting version info follows. |
Method Summary | |
---|---|
static boolean | isStrict(String options)
Check if options include strict.
|
static boolean | isVerbose(String options)
Check if options include verbose.
|
Parameters: options from your method
Returns: true if OPTION_STRICT is present
Parameters: options from your method
Returns: true if OPTION_VERBOSE is present