|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.env.WhichConstant
Simple static constants used throughout org.apache.env package.
Field Summary | |
static java.lang.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 java.lang.String |
OPTION_STRICT
Strict option asks Whichers to return an error if required classes, etc. |
static java.lang.String |
OPTION_VERBOSE
Verbose option asks Whichers to return extra info. |
static java.lang.String |
TAG_ERROR
Tag denoting a generic error occoured. |
static java.lang.String |
TAG_HASHINFO
Tag denoting a subhash of information is here. |
static java.lang.String |
TAG_PATH
Tag denoting the path to a file (.jar, etc.). |
static java.lang.String |
TAG_STATUS
Tag denoting the status of a WhichProject hash. |
static java.lang.String |
TAG_VERSION
Tag denoting version info follows. |
Constructor Summary | |
WhichConstant()
|
Method Summary | |
static boolean |
isStrict(java.lang.String options)
Check if options include strict. |
static boolean |
isVerbose(java.lang.String options)
Check if options include verbose. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int ITEM_UNKNOWN
public static final int ITEM_SHIPPED
public static final int ITEM_OK
public static final int ITEM_NOTFOUND
public static final int ITEM_WARNING
public static final int ITEM_ERROR
public static final java.lang.String[] ITEM_DESC
public static final java.lang.String TAG_VERSION
public static final java.lang.String TAG_ERROR
public static final java.lang.String TAG_HASHINFO
public static final java.lang.String TAG_PATH
public static final java.lang.String TAG_STATUS
public static final java.lang.String OPTION_STRICT
public static final java.lang.String OPTION_VERBOSE
Constructor Detail |
public WhichConstant()
Method Detail |
public static boolean isStrict(java.lang.String options)
options
- from your method
public static boolean isVerbose(java.lang.String options)
options
- from your method
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |