|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a collection of constants available to the code generator.
Field Summary | |
static String |
END_JAVADOC
The String representing the end of a javadoc comment. |
static String |
FILE_DELIMITER
The String representation to use for the directory/file separator. |
static String |
INDENT
The String representation to use for a logical tab. |
static String |
LINE_DELIMITERS
The delimiters to use to tokenize by line. |
static String |
MIDDLE_JAVADOC
The String representing the beginning of a multi-line javadoc comment. |
static String |
NEWLINE
The String representation to use for a logical newline. |
static String |
SINGLE_COMMENT
The String representing the beginning of a single-line comment. |
static String |
SPACE
The String representation to use for a space. |
static String |
START_JAVADOC
The String representing the beginning of a javadoc comment. |
Field Detail |
public static final String SPACE
public static final String INDENT
public static final String NEWLINE
public static final String FILE_DELIMITER
public static final String LINE_DELIMITERS
public static final String START_JAVADOC
public static final String MIDDLE_JAVADOC
public static final String END_JAVADOC
public static final String SINGLE_COMMENT
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |