net.dpml.cli.resource
Class ResourceConstants

java.lang.Object
  extended by net.dpml.cli.resource.ResourceConstants

public abstract class ResourceConstants
extends Object

Common resurce constants.

Version:
1.0.0
Author:
Digital Product Meta Library

Field Summary
static String ARGUMENT_BUILDER_EMPTY_CONSUME_REMAINING
          Empty consume remaining error constant.
static String ARGUMENT_BUILDER_EMPTY_NAME
          Empty name error constant.
static String ARGUMENT_BUILDER_NEGATIVE_MAXIMUM
          Negative maximum error constant.
static String ARGUMENT_BUILDER_NEGATIVE_MINIMUM
          Negative minimum error constant.
static String ARGUMENT_BUILDER_NULL_CONSUME_REMAINING
          Null consume remaining error constant.
static String ARGUMENT_BUILDER_NULL_DEFAULT
          Null default error constant.
static String ARGUMENT_BUILDER_NULL_DEFAULTS
          Null defaults error constant.
static String ARGUMENT_BUILDER_NULL_NAME
          Null name error constant.
static String ARGUMENT_BUILDER_NULL_VALIDATOR
          Null validator argument error constant.
static String ARGUMENT_MIN_EXCEEDS_MAX
          Minimum greater than maximum error constant.
static String ARGUMENT_MISSING_VALUES
          Missing argument error constant.
static String ARGUMENT_TOO_FEW_DEFAULTS
          Too few defaults error constant.
static String ARGUMENT_TOO_MANY_DEFAULTS
          Too many defaults error constant.
static String ARGUMENT_TOO_MANY_VALUES
          Too many argument values error constant.
static String ARGUMENT_UNEXPECTED_VALUE
          Unexpected argument value constant.
static String CANNOT_BURST
          Cannot burst error constant.
static String CLASSVALIDATOR_BAD_CLASSNAME
          Bad classname constant.
static String CLASSVALIDATOR_CLASS_ACCESS
          Class access constant.
static String CLASSVALIDATOR_CLASS_CREATE
          Class creation constant.
static String CLASSVALIDATOR_CLASS_NOTFOUND
          Class not found constant.
static String COMMAND_PREFERRED_NAME_TOO_SHORT
          Preferenced commmand name too long error constant.
static String DATEVALIDATOR_DATE_OUTOFRANGE
          Date out of range constant.
static String ENUM_ILLEGAL_VALUE
          Illegal emumeration value error constant.
static String HELPFORMATTER_GUTTER_TOO_LONG
          Gutter too long error constant.
static String HELPFORMATTER_WIDTH_TOO_NARROW
          Width too narrow error constant.
static String MISSING_OPTION
          Missing option error constant.
static String NUMBERVALIDATOR_NUMBER_OUTOFRANGE
          Number out-of-range constant.
static String OPTION_ILLEGAL_LONG_PREFIX
          Illegal long prefix error constant.
static String OPTION_ILLEGAL_SHORT_PREFIX
          Illegal short prefix error constant.
static String OPTION_MISSING_REQUIRED
          Missing required option error constant.
static String OPTION_NO_NAME
          Missing option name error constant.
static String OPTION_TRIGGER_NEEDS_PREFIX
          Missing trigger prefix error constant.
static String SOURCE_DEST_MUST_ENFORCE_VALUES
          Source dest must enforce values error constant.
static String SWITCH_ALREADY_SET
          Switch already set error constant.
static String SWITCH_DISABLED_STARTWS_WITH_ENABLED
          Switch disabled starts with enabled error constant.
static String SWITCH_ENABLED_STARTS_WITH_DISABLED
          Switch enabled starts with disabled error constant.
static String SWITCH_IDENTICAL_PREFIXES
          Illegal duplicate prefix error constant.
static String SWITCH_ILLEGAL_DISABLED_PREFIX
          Illegal disabled prefix error constant.
static String SWITCH_ILLEGAL_ENABLED_PREFIX
          Preferenced commmand name too long error constant.
static String SWITCH_NO_DISABLED_PREFIX
          No disabled prefix error constant.
static String SWITCH_NO_ENABLED_PREFIX
          No enabled prefix error constant.
static String SWITCH_PREFERRED_NAME_TOO_SHORT
          Switch preferred name too short error constant.
static String UNEXPECTED_TOKEN
          Unexpected token error constant.
static String URIVALIDATOR_MALFORMED_URI
          Malformed uri constant.
static String URLVALIDATOR_MALFORMED_URL
          Malformed url constant.
 
Constructor Summary
ResourceConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSVALIDATOR_BAD_CLASSNAME

public static final String CLASSVALIDATOR_BAD_CLASSNAME
Bad classname constant.

See Also:
Constant Field Values

CLASSVALIDATOR_CLASS_NOTFOUND

public static final String CLASSVALIDATOR_CLASS_NOTFOUND
Class not found constant.

See Also:
Constant Field Values

CLASSVALIDATOR_CLASS_ACCESS

public static final String CLASSVALIDATOR_CLASS_ACCESS
Class access constant.

See Also:
Constant Field Values

CLASSVALIDATOR_CLASS_CREATE

public static final String CLASSVALIDATOR_CLASS_CREATE
Class creation constant.

See Also:
Constant Field Values

DATEVALIDATOR_DATE_OUTOFRANGE

public static final String DATEVALIDATOR_DATE_OUTOFRANGE
Date out of range constant.

See Also:
Constant Field Values

URIVALIDATOR_MALFORMED_URI

public static final String URIVALIDATOR_MALFORMED_URI
Malformed uri constant.

See Also:
Constant Field Values

URLVALIDATOR_MALFORMED_URL

public static final String URLVALIDATOR_MALFORMED_URL
Malformed url constant.

See Also:
Constant Field Values

NUMBERVALIDATOR_NUMBER_OUTOFRANGE

public static final String NUMBERVALIDATOR_NUMBER_OUTOFRANGE
Number out-of-range constant.

See Also:
Constant Field Values

ARGUMENT_UNEXPECTED_VALUE

public static final String ARGUMENT_UNEXPECTED_VALUE
Unexpected argument value constant.

See Also:
Constant Field Values

ARGUMENT_MIN_EXCEEDS_MAX

public static final String ARGUMENT_MIN_EXCEEDS_MAX
Minimum greater than maximum error constant.

See Also:
Constant Field Values

ARGUMENT_TOO_FEW_DEFAULTS

public static final String ARGUMENT_TOO_FEW_DEFAULTS
Too few defaults error constant.

See Also:
Constant Field Values

ARGUMENT_TOO_MANY_DEFAULTS

public static final String ARGUMENT_TOO_MANY_DEFAULTS
Too many defaults error constant.

See Also:
Constant Field Values

ARGUMENT_MISSING_VALUES

public static final String ARGUMENT_MISSING_VALUES
Missing argument error constant.

See Also:
Constant Field Values

ARGUMENT_TOO_MANY_VALUES

public static final String ARGUMENT_TOO_MANY_VALUES
Too many argument values error constant.

See Also:
Constant Field Values

OPTION_TRIGGER_NEEDS_PREFIX

public static final String OPTION_TRIGGER_NEEDS_PREFIX
Missing trigger prefix error constant.

See Also:
Constant Field Values

OPTION_MISSING_REQUIRED

public static final String OPTION_MISSING_REQUIRED
Missing required option error constant.

See Also:
Constant Field Values

OPTION_NO_NAME

public static final String OPTION_NO_NAME
Missing option name error constant.

See Also:
Constant Field Values

OPTION_ILLEGAL_LONG_PREFIX

public static final String OPTION_ILLEGAL_LONG_PREFIX
Illegal long prefix error constant.

See Also:
Constant Field Values

OPTION_ILLEGAL_SHORT_PREFIX

public static final String OPTION_ILLEGAL_SHORT_PREFIX
Illegal short prefix error constant.

See Also:
Constant Field Values

UNEXPECTED_TOKEN

public static final String UNEXPECTED_TOKEN
Unexpected token error constant.

See Also:
Constant Field Values

MISSING_OPTION

public static final String MISSING_OPTION
Missing option error constant.

See Also:
Constant Field Values

CANNOT_BURST

public static final String CANNOT_BURST
Cannot burst error constant.

See Also:
Constant Field Values

COMMAND_PREFERRED_NAME_TOO_SHORT

public static final String COMMAND_PREFERRED_NAME_TOO_SHORT
Preferenced commmand name too long error constant.

See Also:
Constant Field Values

SWITCH_ILLEGAL_ENABLED_PREFIX

public static final String SWITCH_ILLEGAL_ENABLED_PREFIX
Preferenced commmand name too long error constant.

See Also:
Constant Field Values

SWITCH_ILLEGAL_DISABLED_PREFIX

public static final String SWITCH_ILLEGAL_DISABLED_PREFIX
Illegal disabled prefix error constant.

See Also:
Constant Field Values

SWITCH_IDENTICAL_PREFIXES

public static final String SWITCH_IDENTICAL_PREFIXES
Illegal duplicate prefix error constant.

See Also:
Constant Field Values

SWITCH_ALREADY_SET

public static final String SWITCH_ALREADY_SET
Switch already set error constant.

See Also:
Constant Field Values

SWITCH_NO_ENABLED_PREFIX

public static final String SWITCH_NO_ENABLED_PREFIX
No enabled prefix error constant.

See Also:
Constant Field Values

SWITCH_NO_DISABLED_PREFIX

public static final String SWITCH_NO_DISABLED_PREFIX
No disabled prefix error constant.

See Also:
Constant Field Values

SWITCH_ENABLED_STARTS_WITH_DISABLED

public static final String SWITCH_ENABLED_STARTS_WITH_DISABLED
Switch enabled starts with disabled error constant.

See Also:
Constant Field Values

SWITCH_DISABLED_STARTWS_WITH_ENABLED

public static final String SWITCH_DISABLED_STARTWS_WITH_ENABLED
Switch disabled starts with enabled error constant.

See Also:
Constant Field Values

SWITCH_PREFERRED_NAME_TOO_SHORT

public static final String SWITCH_PREFERRED_NAME_TOO_SHORT
Switch preferred name too short error constant.

See Also:
Constant Field Values

SOURCE_DEST_MUST_ENFORCE_VALUES

public static final String SOURCE_DEST_MUST_ENFORCE_VALUES
Source dest must enforce values error constant.

See Also:
Constant Field Values

HELPFORMATTER_GUTTER_TOO_LONG

public static final String HELPFORMATTER_GUTTER_TOO_LONG
Gutter too long error constant.

See Also:
Constant Field Values

HELPFORMATTER_WIDTH_TOO_NARROW

public static final String HELPFORMATTER_WIDTH_TOO_NARROW
Width too narrow error constant.

See Also:
Constant Field Values

ENUM_ILLEGAL_VALUE

public static final String ENUM_ILLEGAL_VALUE
Illegal emumeration value error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_NULL_CONSUME_REMAINING

public static final String ARGUMENT_BUILDER_NULL_CONSUME_REMAINING
Null consume remaining error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_EMPTY_CONSUME_REMAINING

public static final String ARGUMENT_BUILDER_EMPTY_CONSUME_REMAINING
Empty consume remaining error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_NULL_DEFAULT

public static final String ARGUMENT_BUILDER_NULL_DEFAULT
Null default error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_NULL_DEFAULTS

public static final String ARGUMENT_BUILDER_NULL_DEFAULTS
Null defaults error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_NEGATIVE_MAXIMUM

public static final String ARGUMENT_BUILDER_NEGATIVE_MAXIMUM
Negative maximum error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_NEGATIVE_MINIMUM

public static final String ARGUMENT_BUILDER_NEGATIVE_MINIMUM
Negative minimum error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_NULL_NAME

public static final String ARGUMENT_BUILDER_NULL_NAME
Null name error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_EMPTY_NAME

public static final String ARGUMENT_BUILDER_EMPTY_NAME
Empty name error constant.

See Also:
Constant Field Values

ARGUMENT_BUILDER_NULL_VALIDATOR

public static final String ARGUMENT_BUILDER_NULL_VALIDATOR
Null validator argument error constant.

See Also:
Constant Field Values
Constructor Detail

ResourceConstants

public ResourceConstants()