com.mcdermottroe.exemplar
Interface Constants.Output.Java

Enclosing interface:
Constants.Output

public static interface Constants.Output.Java

Java output module constants.


Field Summary
static int BUFFER_SIZE
          The internal buffer size for the parser.
static String BUILD_FILE
          The name of the Java (Ant) build file.
static String ENTITIES_FILE
          The name of the PropertyResourceBundle file which contains the entity definitions.
 

Field Detail

BUILD_FILE

static final String BUILD_FILE
The name of the Java (Ant) build file.

See Also:
Constant Field Values

ENTITIES_FILE

static final String ENTITIES_FILE
The name of the PropertyResourceBundle file which contains the entity definitions.

See Also:
Constant Field Values

BUFFER_SIZE

static final int BUFFER_SIZE
The internal buffer size for the parser.

See Also:
Constant Field Values