com.mcdermottroe.exemplar
Interface Constants.Format.Filenames

Enclosing interface:
Constants.Format

public static interface Constants.Format.Filenames

Format strings to construct file names.


Field Summary
static String JAVA
          A Java file name.
static String JAVA_PARSER
          A Java parser file name.
static String JFLEX
          A JFlex file name.
 

Field Detail

JAVA

static final String JAVA
A Java file name.

See Also:
Constant Field Values

JAVA_PARSER

static final String JAVA_PARSER
A Java parser file name.

See Also:
Constant Field Values

JFLEX

static final String JFLEX
A JFlex file name.

See Also:
Constant Field Values