Arch4J 1.1

org.arch4j.generator
Interface GeneratorConstants

All Known Implementing Classes:
CodeBuffer

public interface GeneratorConstants

This interface defines a collection of constants available to the code generator.

Version:
1.0
Author:
Ross E. Greinke

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

SPACE

public static final String SPACE
The String representation to use for a space.

See Also:
Constant Field Values

INDENT

public static final String INDENT
The String representation to use for a logical tab.

See Also:
Constant Field Values

NEWLINE

public static final String NEWLINE
The String representation to use for a logical newline.


FILE_DELIMITER

public static final String FILE_DELIMITER
The String representation to use for the directory/file separator.


LINE_DELIMITERS

public static final String LINE_DELIMITERS
The delimiters to use to tokenize by line.

See Also:
Constant Field Values

START_JAVADOC

public static final String START_JAVADOC
The String representing the beginning of a javadoc comment.

See Also:
Constant Field Values

MIDDLE_JAVADOC

public static final String MIDDLE_JAVADOC
The String representing the beginning of a multi-line javadoc comment.

See Also:
Constant Field Values

END_JAVADOC

public static final String END_JAVADOC
The String representing the end of a javadoc comment.

See Also:
Constant Field Values

SINGLE_COMMENT

public static final String SINGLE_COMMENT
The String representing the beginning of a single-line comment.

See Also:
Constant Field Values

Arch4J 1.1

Copyright © 2000-2004 SpiderLogic, a service of Wipfli Ullrich Bertelson LLP.