com.mcdermottroe.exemplar
Interface Constants.UI

Enclosing interface:
Constants

public static interface Constants.UI

Constants for UI.


Nested Class Summary
static interface Constants.UI.Ant
          Ant UI constants.
static interface Constants.UI.CLI
          CLI UI constants.
 
Field Summary
static String COULD_NOT_LOAD_MESSAGE_MISSING
          An English message to be used where we can't even load a message in the native tongue which complains that a basic message is missing from the localisation properties file.
static String DENIED_ACCESS_TO_MESSAGE_CLASS
          A message to display if we've been denied access to the Message class which holds all of the localised messages.
static String INDENT
          The standard indent in the UI is 4 space characters.
 

Field Detail

COULD_NOT_LOAD_MESSAGE_MISSING

static final String COULD_NOT_LOAD_MESSAGE_MISSING
An English message to be used where we can't even load a message in the native tongue which complains that a basic message is missing from the localisation properties file.

See Also:
Constant Field Values

DENIED_ACCESS_TO_MESSAGE_CLASS

static final String DENIED_ACCESS_TO_MESSAGE_CLASS
A message to display if we've been denied access to the Message class which holds all of the localised messages.

See Also:
Constant Field Values

INDENT

static final String INDENT
The standard indent in the UI is 4 space characters. Spaces are used in lieu of tabs as tab characters are mangled by many terminals.

See Also:
Constant Field Values