Jalopy 1.0b10

de.hunsicker.jalopy.storage
Class ConventionDefaults

java.lang.Object
  |
  +--de.hunsicker.jalopy.storage.ConventionDefaults

public final class ConventionDefaults
extends Object

Holds the default code convention values (Sun Java Coding Style).

Use this class in conjunction with ConventionKeys to access the convention settings:

 Convention settings = Convention.getInstance();
 int numThreads = settings.getInt(ConventionKeys.THREAD_COUNT,
                                  ConventionDefaults.THREAD_COUNT));
 

Version:
$Revision: 1.3 $
Author:
Marco Hunsicker
See Also:
Convention, ConventionKeys

Field Summary
static boolean ALIGN_METHOD_CALL_CHAINS
          The default value for the key with the same name ("{@value}").
static boolean ALIGN_PARAMS_METHOD_DEF
          The default value for the key with the same name ("{@value}").
static boolean ALIGN_TERNARY_EXPRESSION
          The default value for the key with the same name ("{@value}").
static boolean ALIGN_TERNARY_OPERATOR
          The default value for the key with the same name ("{@value}").
static boolean ALIGN_TERNARY_VALUES
          The default value for the key with the same name ("{@value}").
static boolean ALIGN_VAR_ASSIGNS
          The default value for the key with the same name ("{@value}").
static boolean ALIGN_VAR_IDENTS
          The default value for the key with the same name ("{@value}").
static boolean ARRAY_BRACKETS_AFTER_IDENT
          The default value for the key with the same name ("{@value}").
static int BACKUP_LEVEL
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_BLOCK
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_BRACE_LEFT
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_CLASS
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_DECLARATION
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_FOOTER
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_HEADER
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_IMPORT
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_INTERFACE
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_METHOD
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_AFTER_PACKAGE
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_BLOCK
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_BRACE_RIGHT
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_CASE_BLOCK
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_COMMENT_JAVADOC
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_COMMENT_MULTI_LINE
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_COMMENT_SINGLE_LINE
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_CONTROL
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_DECLARATION
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_FOOTER
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_BEFORE_HEADER
          The default value for the key with the same name ("{@value}").
static int BLANK_LINES_KEEP_UP_TO
          The default value for the key with the same name ("{@value}").
static boolean BRACE_EMPTY_CUDDLE
          The default value for the key with the same name ("{@value}").
static boolean BRACE_EMPTY_INSERT_STATEMENT
          The default value for the key with the same name ("{@value}").
static boolean BRACE_INSERT_DO_WHILE
          The default value for the key with the same name ("{@value}").
static boolean BRACE_INSERT_FOR
          The default value for the key with the same name ("{@value}").
static boolean BRACE_INSERT_IF_ELSE
          The default value for the key with the same name ("{@value}").
static boolean BRACE_INSERT_WHILE
          The default value for the key with the same name ("{@value}").
static boolean BRACE_NEWLINE_LEFT
          The default value for the key with the same name ("{@value}").
static boolean BRACE_NEWLINE_RIGHT
          The default value for the key with the same name ("{@value}").
static boolean BRACE_REMOVE_BLOCK
          The default value for the key with the same name ("{@value}").
static boolean BRACE_REMOVE_DO_WHILE
          The default value for the key with the same name ("{@value}").
static boolean BRACE_REMOVE_FOR
          The default value for the key with the same name ("{@value}").
static boolean BRACE_REMOVE_IF_ELSE
          The default value for the key with the same name ("{@value}").
static boolean BRACE_REMOVE_WHILE
          The default value for the key with the same name ("{@value}").
static boolean BRACE_TREAT_DIFFERENT
          The default value for the key with the same name ("{@value}").
static boolean BRACE_TREAT_DIFFERENT_IF_WRAPPED
          The default value for the key with the same name ("{@value}").
static boolean CHUNKS_BY_BLANK_LINES
          The default value for the key with the same name ("{@value}").
static boolean CHUNKS_BY_COMMENTS
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_FORMAT_MULTI_LINE
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_INSERT_SEPARATOR
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_INSERT_SEPARATOR_RECURSIVE
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_JAVADOC_CHECK_TAGS
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_JAVADOC_CHECK_TAGS_THROWS
          The default value for the key with the same name ("{@value}").
static int COMMENT_JAVADOC_CLASS_MASK
          The default value for the key with the same name ("{@value}").
static int COMMENT_JAVADOC_CTOR_MASK
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_JAVADOC_FIELDS_SHORT
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_JAVADOC_INNER_CLASS
          The default value for the key with the same name ("{@value}").
static int COMMENT_JAVADOC_METHOD_MASK
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_JAVADOC_PARSE
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_JAVADOC_REMOVE
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TAGS_INLINE
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TAGS_STANDARD
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_CLASS
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_CTOR_TOP
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_INTERFACE
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_METHOD_SEPARATOR
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_METHOD_TOP
          The default value for the key with the same name ("{@value}").
static String COMMENT_JAVADOC_TEMPLATE_VARIABLE
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_JAVADOC_TRANSFORM
          The default value for the key with the same name ("{@value}").
static int COMMENT_JAVADOC_VARIABLE_MASK
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_REMOVE_MULTI_LINE
          The default value for the key with the same name ("{@value}").
static boolean COMMENT_REMOVE_SINGLE_LINE
          The default value for the key with the same name ("{@value}").
static String CONVENTION_DESCRIPTION
          The default value for the key with the same name ("{@value}").
static String CONVENTION_NAME
          The default value for the key with the same name ("{@value}").
static String COUNTRY
          The default value for the key with the same name ("{@value}").
static String ENVIRONMENT
          The default value for the key with the same name ("{@value}").
static boolean FOOTER
          The default value for the key with the same name ("{@value}").
static boolean FORCE_FORMATTING
          The default value for the key with the same name ("{@value}").
static boolean HEADER
          The default value for the key with the same name ("{@value}").
static int HEADER_SMART_MODE_LINES
          The default value for the key with the same name ("{@value}").
static String HISTORY_METHOD
          The default value for the key with the same name.
static String HISTORY_POLICY
          The default value for the key with the same name.
static String IMPORT_GROUPING
          The default value for the key with the same name ("{@value}").
static int IMPORT_GROUPING_DEPTH
          The default value for the key with the same name ("{@value}").
static String IMPORT_POLICY
          The default value for the key with the same name.
static boolean IMPORT_SORT
          The default value for the key with the same name ("{@value}").
static boolean INDENT_CASE_FROM_SWITCH
          The default value for the key with the same name ("{@value}").
static boolean INDENT_CONTINUATION_BLOCK
          The default value for the key with the same name ("{@value}").
static boolean INDENT_CONTINUATION_OPERATOR
          The default value for the key with the same name ("{@value}").
static boolean INDENT_DEEP
          The default value for the key with the same name ("{@value}").
static boolean INDENT_FIRST_COLUMN_COMMENT
          The default value for the key with the same name ("{@value}").
static boolean INDENT_LABEL
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_BRACE_CUDDLED
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_BRACE_LEFT
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_BRACE_RIGHT
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_BRACE_RIGHT_AFTER
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_COMMENT_ENDLINE
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_CONTINUATION
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_DEEP
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_EXTENDS
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_IMPLEMENTS
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_LEADING
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_TABS
          The default value for the key with the same name ("{@value}").
static int INDENT_SIZE_THROWS
          The default value for the key with the same name ("{@value}").
static boolean INDENT_WITH_TABS
          The default value for the key with the same name ("{@value}").
static boolean INDENT_WITH_TABS_ONLY_LEADING
          The default value for the key with the same name ("{@value}").
static boolean INSERT_EXPRESSION_PARENTHESIS
          The default value for the key with the same name ("{@value}").
static boolean INSERT_LOGGING_CONDITIONAL
          The default value for the key with the same name ("{@value}").
static boolean INSERT_SERIAL_UID
          The default value for the key with the same name ("{@value}").
static boolean INSERT_TRAILING_NEWLINE
          The default value for the key with the same name ("{@value}").
static boolean INSPECTOR
          The default value for the key with the same name ("{@value}").
static String LANGUAGE
          The default value for the key with the same name ("{@value}").
static int LINE_LENGTH
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_ASSIGN
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_CHAINED_METHOD_CALL
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_LABEL
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_LEFT_PAREN
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_PARAMS_METHOD_CALL
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_PARAMS_METHOD_DEF
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_TYPES_EXTENDS
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_TYPES_IMPLEMENTS
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_TYPES_THROWS
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_AFTER_TYPES_THROWS_EXCEED
          The default value for the key with the same name ("{@value}").
static int LINE_WRAP_ARRAY_ELEMENTS
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_BEFORE_ARRAY_INIT
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_BEFORE_EXTENDS
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_BEFORE_IMPLEMENTS
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_BEFORE_OPERATOR
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_BEFORE_RIGHT_PAREN
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_BEFORE_THROWS
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_PARAMS_EXCEED
          The default value for the key with the same name ("{@value}").
static boolean LINE_WRAP_PAREN_GROUPING
          The default value for the key with the same name ("{@value}").
static int MSG_PRIORITY_IO
          The default value for the key with the same name.
static int MSG_PRIORITY_PARSER
          The default value for the key with the same name.
static int MSG_PRIORITY_PARSER_JAVADOC
          The default value for the key with the same name.
static int MSG_PRIORITY_PRINTER
          The default value for the key with the same name.
static int MSG_PRIORITY_PRINTER_JAVADOC
          The default value for the key with the same name.
static int MSG_PRIORITY_TRANSFORM
          The default value for the key with the same name.
static boolean MSG_SHOW_ERROR_STACKTRACE
          The default value for the key with the same name ("{@value}").
static boolean PADDING_ASSIGNMENT_OPERATORS
          The default value for the key with the same name ("{@value}").
static boolean PADDING_BITWISE_OPERATORS
          The default value for the key with the same name ("{@value}").
static boolean PADDING_BRACES
          The default value for the key with the same name ("{@value}").
static boolean PADDING_BRACKETS
          The default value for the key with the same name ("{@value}").
static boolean PADDING_CAST
          The default value for the key with the same name ("{@value}").
static boolean PADDING_LOGICAL_OPERATORS
          The default value for the key with the same name ("{@value}").
static boolean PADDING_MATH_OPERATORS
          The default value for the key with the same name ("{@value}").
static boolean PADDING_PAREN
          The default value for the key with the same name ("{@value}").
static boolean PADDING_RELATIONAL_OPERATORS
          The default value for the key with the same name ("{@value}").
static boolean PADDING_SHIFT_OPERATORS
          The default value for the key with the same name ("{@value}").
static String REGEXP_CLASS
          The default value for the key with the same name ("{@value}").
static String REGEXP_CLASS_ABSTRACT
          The default value for the key with the same name ("{@value}").
static String REGEXP_FIELD
          The default value for the key with the same name ("{@value}").
static String REGEXP_FIELD_STATIC_FINAL
          The default value for the key with the same name ("{@value}").
static String REGEXP_INTERFACE
          The default value for the key with the same name ("{@value}").
static String REGEXP_LABEL
          The default value for the key with the same name ("{@value}").
static String REGEXP_LOCAL_VARIABLE
          The default value for the key with the same name ("{@value}").
static String REGEXP_METHOD
          The default value for the key with the same name ("{@value}").
static String REGEXP_PACKAGE
          The default value for the key with the same name ("{@value}").
static String REGEXP_PARAM
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_CLASS
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_CTOR
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_FILL_CHARACTER
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_INSTANCE_INIT
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_INSTANCE_VAR
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_INTERFACE
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_METHOD
          The default value for the key with the same name ("{@value}").
static String SEPARATOR_STATIC_VAR_INIT
          The default value for the key with the same name ("{@value}").
static boolean SORT
          The default value for the key with the same name ("{@value}").
static boolean SORT_CLASS
          The default value for the key with the same name ("{@value}").
static boolean SORT_CTOR
          The default value for the key with the same name ("{@value}").
static boolean SORT_INTERFACE
          The default value for the key with the same name ("{@value}").
static boolean SORT_METHOD
          The default value for the key with the same name ("{@value}").
static boolean SORT_MODIFIERS
          The default value for the key with the same name ("{@value}").
static boolean SORT_VARIABLE
          The default value for the key with the same name ("{@value}").
static int SOURCE_VERSION
          The default value for the key with the same name ("{@value}").
static boolean SPACE_AFTER_CAST
          The default value for the key with the same name ("{@value}").
static boolean SPACE_AFTER_COMMA
          The default value for the key with the same name ("{@value}").
static boolean SPACE_AFTER_SEMICOLON
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_BRACES
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_BRACKETS
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_BRACKETS_TYPES
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_CASE_COLON
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_LOGICAL_NOT
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_METHOD_CALL_PAREN
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_METHOD_DEF_PAREN
          The default value for the key with the same name ("{@value}").
static boolean SPACE_BEFORE_STATEMENT_PAREN
          The default value for the key with the same name ("{@value}").
static boolean STRIP_QUALIFICATION
          The default value for the key with the same name ("{@value}").
static int THREAD_COUNT
          The default value for the key with the same name ("{@value}").
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ALIGN_PARAMS_METHOD_DEF

public static final boolean ALIGN_PARAMS_METHOD_DEF
The default value for the key with the same name ("{@value}").

ALIGN_TERNARY_OPERATOR

public static final boolean ALIGN_TERNARY_OPERATOR
The default value for the key with the same name ("{@value}").

ALIGN_TERNARY_EXPRESSION

public static final boolean ALIGN_TERNARY_EXPRESSION
The default value for the key with the same name ("{@value}").

ALIGN_TERNARY_VALUES

public static final boolean ALIGN_TERNARY_VALUES
The default value for the key with the same name ("{@value}").

ALIGN_VAR_ASSIGNS

public static final boolean ALIGN_VAR_ASSIGNS
The default value for the key with the same name ("{@value}").

ALIGN_VAR_IDENTS

public static final boolean ALIGN_VAR_IDENTS
The default value for the key with the same name ("{@value}").

ALIGN_METHOD_CALL_CHAINS

public static final boolean ALIGN_METHOD_CALL_CHAINS
The default value for the key with the same name ("{@value}").

ARRAY_BRACKETS_AFTER_IDENT

public static final boolean ARRAY_BRACKETS_AFTER_IDENT
The default value for the key with the same name ("{@value}").

BACKUP_LEVEL

public static final int BACKUP_LEVEL
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_BLOCK

public static final int BLANK_LINES_AFTER_BLOCK
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_BRACE_LEFT

public static final int BLANK_LINES_AFTER_BRACE_LEFT
The default value for the key with the same name ("{@value}").

ENVIRONMENT

public static final String ENVIRONMENT
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_CLASS

public static final int BLANK_LINES_AFTER_CLASS
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_DECLARATION

public static final int BLANK_LINES_AFTER_DECLARATION
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_FOOTER

public static final int BLANK_LINES_AFTER_FOOTER
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_HEADER

public static final int BLANK_LINES_AFTER_HEADER
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_IMPORT

public static final int BLANK_LINES_AFTER_IMPORT
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_INTERFACE

public static final int BLANK_LINES_AFTER_INTERFACE
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_METHOD

public static final int BLANK_LINES_AFTER_METHOD
The default value for the key with the same name ("{@value}").

BLANK_LINES_AFTER_PACKAGE

public static final int BLANK_LINES_AFTER_PACKAGE
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_BLOCK

public static final int BLANK_LINES_BEFORE_BLOCK
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_BRACE_RIGHT

public static final int BLANK_LINES_BEFORE_BRACE_RIGHT
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_CASE_BLOCK

public static final int BLANK_LINES_BEFORE_CASE_BLOCK
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_COMMENT_JAVADOC

public static final int BLANK_LINES_BEFORE_COMMENT_JAVADOC
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_COMMENT_MULTI_LINE

public static final int BLANK_LINES_BEFORE_COMMENT_MULTI_LINE
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_COMMENT_SINGLE_LINE

public static final int BLANK_LINES_BEFORE_COMMENT_SINGLE_LINE
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_CONTROL

public static final int BLANK_LINES_BEFORE_CONTROL
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_DECLARATION

public static final int BLANK_LINES_BEFORE_DECLARATION
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_FOOTER

public static final int BLANK_LINES_BEFORE_FOOTER
The default value for the key with the same name ("{@value}").

BLANK_LINES_BEFORE_HEADER

public static final int BLANK_LINES_BEFORE_HEADER
The default value for the key with the same name ("{@value}").

BLANK_LINES_KEEP_UP_TO

public static final int BLANK_LINES_KEEP_UP_TO
The default value for the key with the same name ("{@value}").

BRACE_EMPTY_CUDDLE

public static final boolean BRACE_EMPTY_CUDDLE
The default value for the key with the same name ("{@value}").

BRACE_EMPTY_INSERT_STATEMENT

public static final boolean BRACE_EMPTY_INSERT_STATEMENT
The default value for the key with the same name ("{@value}").

BRACE_INSERT_DO_WHILE

public static final boolean BRACE_INSERT_DO_WHILE
The default value for the key with the same name ("{@value}").

BRACE_INSERT_FOR

public static final boolean BRACE_INSERT_FOR
The default value for the key with the same name ("{@value}").

BRACE_INSERT_IF_ELSE

public static final boolean BRACE_INSERT_IF_ELSE
The default value for the key with the same name ("{@value}").

BRACE_INSERT_WHILE

public static final boolean BRACE_INSERT_WHILE
The default value for the key with the same name ("{@value}").

BRACE_NEWLINE_LEFT

public static final boolean BRACE_NEWLINE_LEFT
The default value for the key with the same name ("{@value}").

BRACE_TREAT_DIFFERENT_IF_WRAPPED

public static final boolean BRACE_TREAT_DIFFERENT_IF_WRAPPED
The default value for the key with the same name ("{@value}").

INSERT_TRAILING_NEWLINE

public static final boolean INSERT_TRAILING_NEWLINE
The default value for the key with the same name ("{@value}").

BRACE_NEWLINE_RIGHT

public static final boolean BRACE_NEWLINE_RIGHT
The default value for the key with the same name ("{@value}").

BRACE_REMOVE_BLOCK

public static final boolean BRACE_REMOVE_BLOCK
The default value for the key with the same name ("{@value}").

BRACE_REMOVE_DO_WHILE

public static final boolean BRACE_REMOVE_DO_WHILE
The default value for the key with the same name ("{@value}").

BRACE_REMOVE_FOR

public static final boolean BRACE_REMOVE_FOR
The default value for the key with the same name ("{@value}").

BRACE_REMOVE_IF_ELSE

public static final boolean BRACE_REMOVE_IF_ELSE
The default value for the key with the same name ("{@value}").

BRACE_REMOVE_WHILE

public static final boolean BRACE_REMOVE_WHILE
The default value for the key with the same name ("{@value}").

BRACE_TREAT_DIFFERENT

public static final boolean BRACE_TREAT_DIFFERENT
The default value for the key with the same name ("{@value}").

CHUNKS_BY_BLANK_LINES

public static final boolean CHUNKS_BY_BLANK_LINES
The default value for the key with the same name ("{@value}").

HEADER_SMART_MODE_LINES

public static final int HEADER_SMART_MODE_LINES
The default value for the key with the same name ("{@value}").

CHUNKS_BY_COMMENTS

public static final boolean CHUNKS_BY_COMMENTS
The default value for the key with the same name ("{@value}").

COMMENT_FORMAT_MULTI_LINE

public static final boolean COMMENT_FORMAT_MULTI_LINE
The default value for the key with the same name ("{@value}").

COMMENT_INSERT_SEPARATOR

public static final boolean COMMENT_INSERT_SEPARATOR
The default value for the key with the same name ("{@value}").

COMMENT_INSERT_SEPARATOR_RECURSIVE

public static final boolean COMMENT_INSERT_SEPARATOR_RECURSIVE
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_FIELDS_SHORT

public static final boolean COMMENT_JAVADOC_FIELDS_SHORT
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_CHECK_TAGS

public static final boolean COMMENT_JAVADOC_CHECK_TAGS
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_CHECK_TAGS_THROWS

public static final boolean COMMENT_JAVADOC_CHECK_TAGS_THROWS
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_CLASS_MASK

public static final int COMMENT_JAVADOC_CLASS_MASK
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_CTOR_MASK

public static final int COMMENT_JAVADOC_CTOR_MASK
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_INNER_CLASS

public static final boolean COMMENT_JAVADOC_INNER_CLASS
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_METHOD_MASK

public static final int COMMENT_JAVADOC_METHOD_MASK
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_VARIABLE_MASK

public static final int COMMENT_JAVADOC_VARIABLE_MASK
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_PARSE

public static final boolean COMMENT_JAVADOC_PARSE
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_REMOVE

public static final boolean COMMENT_JAVADOC_REMOVE
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TRANSFORM

public static final boolean COMMENT_JAVADOC_TRANSFORM
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_INTERFACE

public static final String COMMENT_JAVADOC_TEMPLATE_INTERFACE
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_CLASS

public static final String COMMENT_JAVADOC_TEMPLATE_CLASS
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_VARIABLE

public static final String COMMENT_JAVADOC_TEMPLATE_VARIABLE
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_METHOD_TOP

public static final String COMMENT_JAVADOC_TEMPLATE_METHOD_TOP
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_METHOD_SEPARATOR

public static final String COMMENT_JAVADOC_TEMPLATE_METHOD_SEPARATOR
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM

public static final String COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION

public static final String COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN

public static final String COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM

public static final String COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_CTOR_TOP

public static final String COMMENT_JAVADOC_TEMPLATE_CTOR_TOP
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM

public static final String COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION

public static final String COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM

public static final String COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM
The default value for the key with the same name ("{@value}").

COMMENT_REMOVE_MULTI_LINE

public static final boolean COMMENT_REMOVE_MULTI_LINE
The default value for the key with the same name ("{@value}").

COMMENT_REMOVE_SINGLE_LINE

public static final boolean COMMENT_REMOVE_SINGLE_LINE
The default value for the key with the same name ("{@value}").

SOURCE_VERSION

public static final int SOURCE_VERSION
The default value for the key with the same name ("{@value}").

FOOTER

public static final boolean FOOTER
The default value for the key with the same name ("{@value}").

FORCE_FORMATTING

public static final boolean FORCE_FORMATTING
The default value for the key with the same name ("{@value}").

HEADER

public static final boolean HEADER
The default value for the key with the same name ("{@value}").

HISTORY_POLICY

public static final String HISTORY_POLICY
The default value for the key with the same name.

HISTORY_METHOD

public static final String HISTORY_METHOD
The default value for the key with the same name.

IMPORT_POLICY

public static final String IMPORT_POLICY
The default value for the key with the same name.

IMPORT_GROUPING

public static final String IMPORT_GROUPING
The default value for the key with the same name ("{@value}").

IMPORT_GROUPING_DEPTH

public static final int IMPORT_GROUPING_DEPTH
The default value for the key with the same name ("{@value}").

IMPORT_SORT

public static final boolean IMPORT_SORT
The default value for the key with the same name ("{@value}").

INDENT_CASE_FROM_SWITCH

public static final boolean INDENT_CASE_FROM_SWITCH
The default value for the key with the same name ("{@value}").

INDENT_CONTINUATION_BLOCK

public static final boolean INDENT_CONTINUATION_BLOCK
The default value for the key with the same name ("{@value}").

INDENT_CONTINUATION_OPERATOR

public static final boolean INDENT_CONTINUATION_OPERATOR
The default value for the key with the same name ("{@value}").

INDENT_FIRST_COLUMN_COMMENT

public static final boolean INDENT_FIRST_COLUMN_COMMENT
The default value for the key with the same name ("{@value}").

INDENT_LABEL

public static final boolean INDENT_LABEL
The default value for the key with the same name ("{@value}").

INDENT_DEEP

public static final boolean INDENT_DEEP
The default value for the key with the same name ("{@value}").

INDENT_SIZE

public static final int INDENT_SIZE
The default value for the key with the same name ("{@value}").

INDENT_SIZE_BRACE_CUDDLED

public static final int INDENT_SIZE_BRACE_CUDDLED
The default value for the key with the same name ("{@value}").

INDENT_SIZE_BRACE_LEFT

public static final int INDENT_SIZE_BRACE_LEFT
The default value for the key with the same name ("{@value}").

INDENT_SIZE_BRACE_RIGHT

public static final int INDENT_SIZE_BRACE_RIGHT
The default value for the key with the same name ("{@value}").

INDENT_SIZE_BRACE_RIGHT_AFTER

public static final int INDENT_SIZE_BRACE_RIGHT_AFTER
The default value for the key with the same name ("{@value}").

INDENT_SIZE_COMMENT_ENDLINE

public static final int INDENT_SIZE_COMMENT_ENDLINE
The default value for the key with the same name ("{@value}").

INDENT_SIZE_CONTINUATION

public static final int INDENT_SIZE_CONTINUATION
The default value for the key with the same name ("{@value}").

INDENT_SIZE_DEEP

public static final int INDENT_SIZE_DEEP
The default value for the key with the same name ("{@value}").

INDENT_SIZE_EXTENDS

public static final int INDENT_SIZE_EXTENDS
The default value for the key with the same name ("{@value}").

INDENT_SIZE_IMPLEMENTS

public static final int INDENT_SIZE_IMPLEMENTS
The default value for the key with the same name ("{@value}").

INDENT_SIZE_LEADING

public static final int INDENT_SIZE_LEADING
The default value for the key with the same name ("{@value}").

INDENT_SIZE_TABS

public static final int INDENT_SIZE_TABS
The default value for the key with the same name ("{@value}").

INDENT_SIZE_THROWS

public static final int INDENT_SIZE_THROWS
The default value for the key with the same name ("{@value}").

INDENT_WITH_TABS

public static final boolean INDENT_WITH_TABS
The default value for the key with the same name ("{@value}").

INDENT_WITH_TABS_ONLY_LEADING

public static final boolean INDENT_WITH_TABS_ONLY_LEADING
The default value for the key with the same name ("{@value}").

INSERT_EXPRESSION_PARENTHESIS

public static final boolean INSERT_EXPRESSION_PARENTHESIS
The default value for the key with the same name ("{@value}").

INSERT_LOGGING_CONDITIONAL

public static final boolean INSERT_LOGGING_CONDITIONAL
The default value for the key with the same name ("{@value}").

INSERT_SERIAL_UID

public static final boolean INSERT_SERIAL_UID
The default value for the key with the same name ("{@value}").

LANGUAGE

public static final String LANGUAGE
The default value for the key with the same name ("{@value}").

COUNTRY

public static final String COUNTRY
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TAGS_INLINE

public static final String COMMENT_JAVADOC_TAGS_INLINE
The default value for the key with the same name ("{@value}").

COMMENT_JAVADOC_TAGS_STANDARD

public static final String COMMENT_JAVADOC_TAGS_STANDARD
The default value for the key with the same name ("{@value}").

LINE_LENGTH

public static final int LINE_LENGTH
The default value for the key with the same name ("{@value}").

LINE_WRAP

public static final boolean LINE_WRAP
The default value for the key with the same name ("{@value}").

LINE_WRAP_PARAMS_EXCEED

public static final boolean LINE_WRAP_PARAMS_EXCEED
The default value for the key with the same name ("{@value}").

LINE_WRAP_PAREN_GROUPING

public static final boolean LINE_WRAP_PAREN_GROUPING
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_CHAINED_METHOD_CALL

public static final boolean LINE_WRAP_AFTER_CHAINED_METHOD_CALL
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_ASSIGN

public static final boolean LINE_WRAP_AFTER_ASSIGN
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_LABEL

public static final boolean LINE_WRAP_AFTER_LABEL
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_PARAMS_METHOD_CALL

public static final boolean LINE_WRAP_AFTER_PARAMS_METHOD_CALL
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED

public static final boolean LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_PARAMS_METHOD_DEF

public static final boolean LINE_WRAP_AFTER_PARAMS_METHOD_DEF
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_TYPES_EXTENDS

public static final boolean LINE_WRAP_AFTER_TYPES_EXTENDS
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED

public static final boolean LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_TYPES_IMPLEMENTS

public static final boolean LINE_WRAP_AFTER_TYPES_IMPLEMENTS
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED

public static final boolean LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_TYPES_THROWS

public static final boolean LINE_WRAP_AFTER_TYPES_THROWS
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_TYPES_THROWS_EXCEED

public static final boolean LINE_WRAP_AFTER_TYPES_THROWS_EXCEED
The default value for the key with the same name ("{@value}").

LINE_WRAP_ARRAY_ELEMENTS

public static final int LINE_WRAP_ARRAY_ELEMENTS
The default value for the key with the same name ("{@value}").

LINE_WRAP_BEFORE_ARRAY_INIT

public static final boolean LINE_WRAP_BEFORE_ARRAY_INIT
The default value for the key with the same name ("{@value}").

LINE_WRAP_BEFORE_EXTENDS

public static final boolean LINE_WRAP_BEFORE_EXTENDS
The default value for the key with the same name ("{@value}").

LINE_WRAP_BEFORE_IMPLEMENTS

public static final boolean LINE_WRAP_BEFORE_IMPLEMENTS
The default value for the key with the same name ("{@value}").

LINE_WRAP_BEFORE_OPERATOR

public static final boolean LINE_WRAP_BEFORE_OPERATOR
The default value for the key with the same name ("{@value}").

LINE_WRAP_BEFORE_THROWS

public static final boolean LINE_WRAP_BEFORE_THROWS
The default value for the key with the same name ("{@value}").

LINE_WRAP_AFTER_LEFT_PAREN

public static final boolean LINE_WRAP_AFTER_LEFT_PAREN
The default value for the key with the same name ("{@value}").

LINE_WRAP_BEFORE_RIGHT_PAREN

public static final boolean LINE_WRAP_BEFORE_RIGHT_PAREN
The default value for the key with the same name ("{@value}").

MSG_PRIORITY_IO

public static final int MSG_PRIORITY_IO
The default value for the key with the same name.

MSG_PRIORITY_PARSER

public static final int MSG_PRIORITY_PARSER
The default value for the key with the same name.

MSG_PRIORITY_PARSER_JAVADOC

public static final int MSG_PRIORITY_PARSER_JAVADOC
The default value for the key with the same name.

MSG_PRIORITY_PRINTER

public static final int MSG_PRIORITY_PRINTER
The default value for the key with the same name.

MSG_PRIORITY_PRINTER_JAVADOC

public static final int MSG_PRIORITY_PRINTER_JAVADOC
The default value for the key with the same name.

MSG_PRIORITY_TRANSFORM

public static final int MSG_PRIORITY_TRANSFORM
The default value for the key with the same name.

MSG_SHOW_ERROR_STACKTRACE

public static final boolean MSG_SHOW_ERROR_STACKTRACE
The default value for the key with the same name ("{@value}").

PADDING_ASSIGNMENT_OPERATORS

public static final boolean PADDING_ASSIGNMENT_OPERATORS
The default value for the key with the same name ("{@value}").

PADDING_BITWISE_OPERATORS

public static final boolean PADDING_BITWISE_OPERATORS
The default value for the key with the same name ("{@value}").

PADDING_BRACES

public static final boolean PADDING_BRACES
The default value for the key with the same name ("{@value}").

PADDING_BRACKETS

public static final boolean PADDING_BRACKETS
The default value for the key with the same name ("{@value}").

PADDING_CAST

public static final boolean PADDING_CAST
The default value for the key with the same name ("{@value}").

PADDING_LOGICAL_OPERATORS

public static final boolean PADDING_LOGICAL_OPERATORS
The default value for the key with the same name ("{@value}").

PADDING_MATH_OPERATORS

public static final boolean PADDING_MATH_OPERATORS
The default value for the key with the same name ("{@value}").

PADDING_PAREN

public static final boolean PADDING_PAREN
The default value for the key with the same name ("{@value}").

PADDING_RELATIONAL_OPERATORS

public static final boolean PADDING_RELATIONAL_OPERATORS
The default value for the key with the same name ("{@value}").

PADDING_SHIFT_OPERATORS

public static final boolean PADDING_SHIFT_OPERATORS
The default value for the key with the same name ("{@value}").

SORT

public static final boolean SORT
The default value for the key with the same name ("{@value}").

SORT_CLASS

public static final boolean SORT_CLASS
The default value for the key with the same name ("{@value}").

SORT_CTOR

public static final boolean SORT_CTOR
The default value for the key with the same name ("{@value}").

SORT_INTERFACE

public static final boolean SORT_INTERFACE
The default value for the key with the same name ("{@value}").

SORT_METHOD

public static final boolean SORT_METHOD
The default value for the key with the same name ("{@value}").

SORT_MODIFIERS

public static final boolean SORT_MODIFIERS
The default value for the key with the same name ("{@value}").

SORT_VARIABLE

public static final boolean SORT_VARIABLE
The default value for the key with the same name ("{@value}").

SPACE_AFTER_CAST

public static final boolean SPACE_AFTER_CAST
The default value for the key with the same name ("{@value}").

SPACE_AFTER_COMMA

public static final boolean SPACE_AFTER_COMMA
The default value for the key with the same name ("{@value}").

SPACE_AFTER_SEMICOLON

public static final boolean SPACE_AFTER_SEMICOLON
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_BRACES

public static final boolean SPACE_BEFORE_BRACES
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_BRACKETS

public static final boolean SPACE_BEFORE_BRACKETS
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_BRACKETS_TYPES

public static final boolean SPACE_BEFORE_BRACKETS_TYPES
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_CASE_COLON

public static final boolean SPACE_BEFORE_CASE_COLON
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_LOGICAL_NOT

public static final boolean SPACE_BEFORE_LOGICAL_NOT
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_METHOD_CALL_PAREN

public static final boolean SPACE_BEFORE_METHOD_CALL_PAREN
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_METHOD_DEF_PAREN

public static final boolean SPACE_BEFORE_METHOD_DEF_PAREN
The default value for the key with the same name ("{@value}").

SPACE_BEFORE_STATEMENT_PAREN

public static final boolean SPACE_BEFORE_STATEMENT_PAREN
The default value for the key with the same name ("{@value}").

STRIP_QUALIFICATION

public static final boolean STRIP_QUALIFICATION
The default value for the key with the same name ("{@value}").

CONVENTION_DESCRIPTION

public static final String CONVENTION_DESCRIPTION
The default value for the key with the same name ("{@value}").

CONVENTION_NAME

public static final String CONVENTION_NAME
The default value for the key with the same name ("{@value}").

THREAD_COUNT

public static final int THREAD_COUNT
The default value for the key with the same name ("{@value}").

INSPECTOR

public static final boolean INSPECTOR
The default value for the key with the same name ("{@value}").

REGEXP_PACKAGE

public static final String REGEXP_PACKAGE
The default value for the key with the same name ("{@value}").

REGEXP_CLASS

public static final String REGEXP_CLASS
The default value for the key with the same name ("{@value}").

REGEXP_CLASS_ABSTRACT

public static final String REGEXP_CLASS_ABSTRACT
The default value for the key with the same name ("{@value}").

REGEXP_INTERFACE

public static final String REGEXP_INTERFACE
The default value for the key with the same name ("{@value}").

REGEXP_LABEL

public static final String REGEXP_LABEL
The default value for the key with the same name ("{@value}").

REGEXP_FIELD

public static final String REGEXP_FIELD
The default value for the key with the same name ("{@value}").

REGEXP_FIELD_STATIC_FINAL

public static final String REGEXP_FIELD_STATIC_FINAL
The default value for the key with the same name ("{@value}").

REGEXP_METHOD

public static final String REGEXP_METHOD
The default value for the key with the same name ("{@value}").

REGEXP_LOCAL_VARIABLE

public static final String REGEXP_LOCAL_VARIABLE
The default value for the key with the same name ("{@value}").

REGEXP_PARAM

public static final String REGEXP_PARAM
The default value for the key with the same name ("{@value}").

SEPARATOR_FILL_CHARACTER

public static final String SEPARATOR_FILL_CHARACTER
The default value for the key with the same name ("{@value}").

SEPARATOR_STATIC_VAR_INIT

public static final String SEPARATOR_STATIC_VAR_INIT
The default value for the key with the same name ("{@value}").

SEPARATOR_INSTANCE_VAR

public static final String SEPARATOR_INSTANCE_VAR
The default value for the key with the same name ("{@value}").

SEPARATOR_INSTANCE_INIT

public static final String SEPARATOR_INSTANCE_INIT
The default value for the key with the same name ("{@value}").

SEPARATOR_CTOR

public static final String SEPARATOR_CTOR
The default value for the key with the same name ("{@value}").

SEPARATOR_METHOD

public static final String SEPARATOR_METHOD
The default value for the key with the same name ("{@value}").

SEPARATOR_INTERFACE

public static final String SEPARATOR_INTERFACE
The default value for the key with the same name ("{@value}").

SEPARATOR_CLASS

public static final String SEPARATOR_CLASS
The default value for the key with the same name ("{@value}").

Jalopy 1.0b10

Submit a bug or feature.

For further information and documentation, visit the official Jalopy website.
This page generated: November 14 2002