de.hunsicker.jalopy.storage
Class ConventionDefaults

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

public final class ConventionDefaults
extends java.lang.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.4.2.8 $
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 ("true").
static boolean ALIGN_PARAMS_METHOD_DEF
          The default value for the key with the same name ("false").
static boolean ALIGN_TERNARY_EXPRESSION
          The default value for the key with the same name ("false").
static boolean ALIGN_TERNARY_OPERATOR
          The default value for the key with the same name ("true").
static boolean ALIGN_TERNARY_VALUES
          The default value for the key with the same name ("false").
static boolean ALIGN_VAR_ASSIGNS
          The default value for the key with the same name ("false").
static boolean ALIGN_VAR_IDENTS
          The default value for the key with the same name ("false").
static int ANON_ALIGN_VALUES_WHEN_EXCEEDS
          The default value for the key with the same name ("0").
static int ANON_DEF_ALIGN_VALUES_WHEN_EXCEEDS
          The default value for the key with the same name ("0").
static boolean ANON_DEF_LCURLY_NO_NEW_LINE
          The default value for the key with the same name ("false").
static boolean ANON_LCURLY_NO_NEW_LINE
          The default value for the key with the same name ("true").
static boolean ARRAY_BRACKETS_AFTER_IDENT
          The default value for the key with the same name ("false").
static int BACKUP_LEVEL
          The default value for the key with the same name ("0").
static int BLANK_LINES_AFTER_BLOCK
          The default value for the key with the same name ("1").
static int BLANK_LINES_AFTER_BRACE_LEFT
          The default value for the key with the same name ("0").
static int BLANK_LINES_AFTER_CLASS
          The default value for the key with the same name ("1").
static int BLANK_LINES_AFTER_DECLARATION
          The default value for the key with the same name ("0").
static int BLANK_LINES_AFTER_FOOTER
          The default value for the key with the same name ("1").
static int BLANK_LINES_AFTER_HEADER
          The default value for the key with the same name ("0").
static int BLANK_LINES_AFTER_IMPORT
          The default value for the key with the same name ("2").
static int BLANK_LINES_AFTER_INTERFACE
          The default value for the key with the same name ("1").
static int BLANK_LINES_AFTER_METHOD
          The default value for the key with the same name ("1").
static int BLANK_LINES_AFTER_PACKAGE
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_BLOCK
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_BRACE_RIGHT
          The default value for the key with the same name ("0").
static int BLANK_LINES_BEFORE_CASE_BLOCK
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_COMMENT_JAVADOC
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_COMMENT_MULTI_LINE
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_COMMENT_SINGLE_LINE
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_CONTROL
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_DECLARATION
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_FOOTER
          The default value for the key with the same name ("1").
static int BLANK_LINES_BEFORE_HEADER
          The default value for the key with the same name ("0").
static int BLANK_LINES_KEEP_UP_TO
          The default value for the key with the same name ("1").
static boolean BRACE_ADD_COMMENT
          Add comments after closing braces
static boolean BRACE_EMPTY_CUDDLE
          The default value for the key with the same name ("false").
static boolean BRACE_EMPTY_INSERT_STATEMENT
          The default value for the key with the same name ("false").
static boolean BRACE_INSERT_DO_WHILE
          The default value for the key with the same name ("false").
static boolean BRACE_INSERT_FOR
          The default value for the key with the same name ("false").
static boolean BRACE_INSERT_IF_ELSE
          The default value for the key with the same name ("true").
static boolean BRACE_INSERT_WHILE
          The default value for the key with the same name ("false").
static boolean BRACE_NEWLINE_LEFT
          The default value for the key with the same name ("false").
static boolean BRACE_NEWLINE_RIGHT
          The default value for the key with the same name ("false").
static boolean BRACE_REMOVE_BLOCK
          The default value for the key with the same name ("true").
static boolean BRACE_REMOVE_DO_WHILE
          The default value for the key with the same name ("false").
static boolean BRACE_REMOVE_FOR
          The default value for the key with the same name ("false").
static boolean BRACE_REMOVE_IF_ELSE
          The default value for the key with the same name ("false").
static boolean BRACE_REMOVE_WHILE
          The default value for the key with the same name ("false").
static boolean BRACE_TREAT_DIFFERENT
          The default value for the key with the same name ("false").
static boolean BRACE_TREAT_DIFFERENT_IF_WRAPPED
          The default value for the key with the same name ("false").
static boolean CHUNKS_BY_BLANK_LINES
          The default value for the key with the same name ("true").
static boolean CHUNKS_BY_COMMENTS
          The default value for the key with the same name ("true").
static boolean COMMENT_FORMAT_MULTI_LINE
          The default value for the key with the same name ("false").
static boolean COMMENT_INSERT_SEPARATOR
          The default value for the key with the same name ("false").
static boolean COMMENT_INSERT_SEPARATOR_RECURSIVE
          The default value for the key with the same name ("false").
static boolean COMMENT_JAVADOC_CHECK_TAGS
          The default value for the key with the same name ("false").
static boolean COMMENT_JAVADOC_CHECK_TAGS_THROWS
          The default value for the key with the same name ("false").
static int COMMENT_JAVADOC_CLASS_MASK
          The default value for the key with the same name ("0").
static int COMMENT_JAVADOC_CTOR_MASK
          The default value for the key with the same name ("0").
static boolean COMMENT_JAVADOC_FIELDS_SHORT
          The default value for the key with the same name ("true").
static boolean COMMENT_JAVADOC_INNER_CLASS
          The default value for the key with the same name ("false").
static int COMMENT_JAVADOC_METHOD_MASK
          The default value for the key with the same name ("0").
static boolean COMMENT_JAVADOC_PARSE
          The default value for the key with the same name ("false").
static boolean COMMENT_JAVADOC_REMOVE
          The default value for the key with the same name ("false").
static java.lang.String COMMENT_JAVADOC_TAGS_INLINE
          The default value for the key with the same name ("{@value}").
static java.lang.String COMMENT_JAVADOC_TAGS_STANDARD
          The default value for the key with the same name ("{@value}").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_CLASS
          The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_CTOR_BOTTOM
          The default value for the key with the same name ("" */"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_CTOR_EXCEPTION
          The default value for the key with the same name ("" * @throws $exceptionType$ DOCUMENT ME!"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_CTOR_PARAM
          The default value for the key with the same name ("" * @param $paramType$ DOCUMENT ME!"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_CTOR_TOP
          The default value for the key with the same name (""/**| * Creates a new $objectType$ object."").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_INTERFACE
          The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_METHOD_BOTTOM
          The default value for the key with the same name ("" */"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_METHOD_EXCEPTION
          The default value for the key with the same name ("" * @throws $exceptionType$ DOCUMENT ME!"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_METHOD_PARAM
          The default value for the key with the same name ("" * @param $paramType$ DOCUMENT ME!"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_METHOD_RETURN
          The default value for the key with the same name ("" * @return DOCUMENT ME!"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_METHOD_SEPARATOR
          The default value for the key with the same name ("" *"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_METHOD_TOP
          The default value for the key with the same name (""/**| * DOCUMENT ME!"").
static java.lang.String COMMENT_JAVADOC_TEMPLATE_VARIABLE
          The default value for the key with the same name (""/**| * DOCUMENT ME!| */"").
static boolean COMMENT_JAVADOC_TRANSFORM
          The default value for the key with the same name ("false").
static int COMMENT_JAVADOC_VARIABLE_MASK
          The default value for the key with the same name ("0").
static boolean COMMENT_REMOVE_MULTI_LINE
          The default value for the key with the same name ("false").
static boolean COMMENT_REMOVE_SINGLE_LINE
          The default value for the key with the same name ("false").
static java.lang.String CONVENTION_DESCRIPTION
          The default value for the key with the same name (""Sun Java Coding Convention"").
static java.lang.String CONVENTION_NAME
          The default value for the key with the same name (""Sun"").
static java.lang.String COUNTRY
          The default value for the key with the same name (""US"").
static boolean DONT_COMMENT_JAVADOC_WHEN_ML
          The default value for the key with the same name ("false").
static int ENUM_ALIGN_VALUES_WHEN_EXCEEDS
          The default value for the key with the same name ("0").
static boolean ENUM_LCURLY_NO_NEW_LINE
          The default value for the key with the same name ("true").
static java.lang.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 ("false").
static boolean FORCE_FORMATTING
          The default value for the key with the same name ("false").
static boolean HEADER
          The default value for the key with the same name ("false").
static int HEADER_SMART_MODE_LINES
          The default value for the key with the same name ("0").
static java.lang.String HISTORY_METHOD
          The default value for the key with the same name.
static java.lang.String HISTORY_POLICY
          The default value for the key with the same name.
static java.lang.String IMPORT_GROUPING
          The default value for the key with the same name (""*:0|gnu:2|java:2|javax:2"").
static int IMPORT_GROUPING_DEPTH
          The default value for the key with the same name ("3").
static java.lang.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 ("true").
static boolean INDENT_CASE_FROM_SWITCH
          The default value for the key with the same name ("false").
static boolean INDENT_CONTINUATION_BLOCK
          The default value for the key with the same name ("true").
static boolean INDENT_CONTINUATION_OPERATOR
          The default value for the key with the same name ("false").
static boolean INDENT_DEEP
          The default value for the key with the same name ("false").
static boolean INDENT_FIRST_COLUMN_COMMENT
          The default value for the key with the same name ("true").
static boolean INDENT_LABEL
          The default value for the key with the same name ("false").
static int INDENT_SIZE
          The default value for the key with the same name ("4").
static int INDENT_SIZE_BRACE_CUDDLED
          The default value for the key with the same name ("1").
static int INDENT_SIZE_BRACE_LEFT
          The default value for the key with the same name ("1").
static int INDENT_SIZE_BRACE_RIGHT
          The default value for the key with the same name ("0").
static int INDENT_SIZE_BRACE_RIGHT_AFTER
          The default value for the key with the same name ("1").
static int INDENT_SIZE_COMMENT_ENDLINE
          The default value for the key with the same name ("1").
static int INDENT_SIZE_CONTINUATION
          The default value for the key with the same name ("4").
static int INDENT_SIZE_DEEP
          The default value for the key with the same name ("55").
static int INDENT_SIZE_EXTENDS
          The default value for the key with the same name ("-1").
static int INDENT_SIZE_IMPLEMENTS
          The default value for the key with the same name ("-1").
static int INDENT_SIZE_LEADING
          The default value for the key with the same name ("0").
static int INDENT_SIZE_TABS
          The default value for the key with the same name ("8").
static int INDENT_SIZE_THROWS
          The default value for the key with the same name ("-1").
static boolean INDENT_WITH_TABS
          The default value for the key with the same name ("false").
static boolean INDENT_WITH_TABS_ONLY_LEADING
          The default value for the key with the same name ("false").
static boolean INSERT_EXPRESSION_PARENTHESIS
          The default value for the key with the same name ("true").
static boolean INSERT_FINAL_MODIFIER_FOR_PARAMETERS
          The default value for the key with the same name ("false").
static boolean INSERT_LOGGING_CONDITIONAL
          The default value for the key with the same name ("false").
static boolean INSERT_SERIAL_UID
          The default value for the key with the same name ("false").
static boolean INSERT_TRAILING_NEWLINE
          The default value for the key with the same name ("true").
static boolean INSPECTOR
          The default value for the key with the same name ("false").
static java.lang.String LANGUAGE
          The default value for the key with the same name (""en"").
static int LINE_LENGTH
          The default value for the key with the same name ("80").
static boolean LINE_WRAP
          The default value for the key with the same name ("true").
static boolean LINE_WRAP_AFTER_ASSIGN
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_CHAINED_METHOD_CALL
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_LABEL
          The default value for the key with the same name ("true").
static boolean LINE_WRAP_AFTER_LEFT_PAREN
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_PARAMS_METHOD_CALL
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_PARAMS_METHOD_CALL_IF_NESTED
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_PARAMS_METHOD_DEF
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_TYPES_EXTENDS
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_TYPES_EXTENDS_EXCEED
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_TYPES_IMPLEMENTS
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_TYPES_IMPLEMENTS_EXCEED
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_TYPES_THROWS
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_AFTER_TYPES_THROWS_EXCEED
          The default value for the key with the same name ("false").
static int LINE_WRAP_ARRAY_ELEMENTS
          The default value for the key with the same name ("0").
static boolean LINE_WRAP_BEFORE_ARRAY_INIT
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_BEFORE_EXTENDS
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_BEFORE_IMPLEMENTS
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_BEFORE_OPERATOR
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_BEFORE_RIGHT_PAREN
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_BEFORE_THROWS
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_PARAMS_DEEP
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_PARAMS_EXCEED
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_PARAMS_HARD
          The default value for the key with the same name ("false").
static boolean LINE_WRAP_PAREN_GROUPING
          The default value for the key with the same name ("false").
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 ("true").
static boolean PADDING_ASSIGNMENT_OPERATORS
          The default value for the key with the same name ("true").
static boolean PADDING_BITWISE_OPERATORS
          The default value for the key with the same name ("true").
static boolean PADDING_BRACES
          The default value for the key with the same name ("true").
static boolean PADDING_BRACKETS
          The default value for the key with the same name ("false").
static boolean PADDING_CAST
          The default value for the key with the same name ("false").
static boolean PADDING_LOGICAL_OPERATORS
          The default value for the key with the same name ("true").
static boolean PADDING_MATH_OPERATORS
          The default value for the key with the same name ("true").
static boolean PADDING_PAREN
          The default value for the key with the same name ("false").
static boolean PADDING_RELATIONAL_OPERATORS
          The default value for the key with the same name ("true").
static boolean PADDING_SHIFT_OPERATORS
          The default value for the key with the same name ("true").
static java.lang.String REGEXP_CLASS
          The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
static java.lang.String REGEXP_CLASS_ABSTRACT
          The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
static java.lang.String REGEXP_FIELD
          The default value for the key with the same name (""[a-z][\\w]+"").
static java.lang.String REGEXP_FIELD_STATIC_FINAL
          The default value for the key with the same name (""[a-zA-Z][\\w]+"").
static java.lang.String REGEXP_INTERFACE
          The default value for the key with the same name (""[A-Z][a-zA-Z0-9]+"").
static java.lang.String REGEXP_LABEL
          The default value for the key with the same name (""\\w+"").
static java.lang.String REGEXP_LOCAL_VARIABLE
          The default value for the key with the same name (""[a-z][\\w]*"").
static java.lang.String REGEXP_METHOD
          The default value for the key with the same name (""[a-z][\\w]+"").
static java.lang.String REGEXP_PACKAGE
          The default value for the key with the same name (""[a-z]+(?:\\.[a-z]+)*"").
static java.lang.String REGEXP_PARAM
          The default value for the key with the same name (""[a-z][\\w]+"").
static java.lang.String SEPARATOR_ANNOTATION_INIT
          The default value for the key with the same name (""Annotations"").
static java.lang.String SEPARATOR_CLASS
          The default value for the key with the same name (""Inner Classes"").
static java.lang.String SEPARATOR_CTOR
          The default value for the key with the same name (""Constructors"").
static java.lang.String SEPARATOR_ENUM_INIT
          The default value for the key with the same name (""Enumerations"").
static java.lang.String SEPARATOR_FILL_CHARACTER
          The default value for the key with the same name (""-"").
static java.lang.String SEPARATOR_INSTANCE_INIT
          The default value for the key with the same name (""Instance initializers"").
static java.lang.String SEPARATOR_INSTANCE_VAR
          The default value for the key with the same name (""Instance fields"").
static java.lang.String SEPARATOR_INTERFACE
          The default value for the key with the same name (""Inner Interfaces"").
static java.lang.String SEPARATOR_METHOD
          The default value for the key with the same name (""Methods"").
static java.lang.String SEPARATOR_STATIC_VAR_INIT
          The default value for the key with the same name (""Static fields/initializers"").
static boolean SORT
          The default value for the key with the same name ("true").
static boolean SORT_ANNOTATION
          The default value for the key with the same name ("false").
static boolean SORT_CLASS
          The default value for the key with the same name ("false").
static boolean SORT_CTOR
          The default value for the key with the same name ("false").
static boolean SORT_ENUM
          The default value for the key with the same name ("false").
static boolean SORT_INTERFACE
          The default value for the key with the same name ("false").
static boolean SORT_METHOD
          The default value for the key with the same name ("false").
static boolean SORT_METHOD_BEAN
          The default value for the key with the same name ("false").
static boolean SORT_MODIFIERS
          The default value for the key with the same name ("false").
static boolean SORT_VARIABLE
          The default value for the key with the same name ("false").
static int SOURCE_VERSION
          The default value for the key with the same name ("15").
static boolean SPACE_AFTER_CAST
          The default value for the key with the same name ("true").
static boolean SPACE_AFTER_COMMA
          The default value for the key with the same name ("true").
static boolean SPACE_AFTER_SEMICOLON
          The default value for the key with the same name ("true").
static boolean SPACE_BEFORE_BRACES
          The default value for the key with the same name ("true").
static boolean SPACE_BEFORE_BRACKETS
          The default value for the key with the same name ("false").
static boolean SPACE_BEFORE_BRACKETS_TYPES
          The default value for the key with the same name ("false").
static boolean SPACE_BEFORE_CASE_COLON
          The default value for the key with the same name ("false").
static boolean SPACE_BEFORE_LOGICAL_NOT
          The default value for the key with the same name ("false").
static boolean SPACE_BEFORE_METHOD_CALL_PAREN
          The default value for the key with the same name ("false").
static boolean SPACE_BEFORE_METHOD_DEF_PAREN
          The default value for the key with the same name ("false").
static boolean SPACE_BEFORE_STATEMENT_PAREN
          The default value for the key with the same name ("true").
static boolean STRIP_QUALIFICATION
          The default value for the key with the same name ("false").
static int THREAD_COUNT
          The default value for the key with the same name ("1").
 
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 ("false").

See Also:
Constant Field Values

ALIGN_TERNARY_OPERATOR

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

See Also:
Constant Field Values

ALIGN_TERNARY_EXPRESSION

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

See Also:
Constant Field Values

ALIGN_TERNARY_VALUES

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

See Also:
Constant Field Values

ALIGN_VAR_ASSIGNS

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

See Also:
Constant Field Values

ALIGN_VAR_IDENTS

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

See Also:
Constant Field Values

ALIGN_METHOD_CALL_CHAINS

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

See Also:
Constant Field Values

ARRAY_BRACKETS_AFTER_IDENT

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

See Also:
Constant Field Values

BACKUP_LEVEL

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_BLOCK

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_BRACE_LEFT

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

See Also:
Constant Field Values

ENVIRONMENT

public static final java.lang.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 ("1").

See Also:
Constant Field Values

BLANK_LINES_AFTER_DECLARATION

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_FOOTER

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_HEADER

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_IMPORT

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_INTERFACE

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_METHOD

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

See Also:
Constant Field Values

BLANK_LINES_AFTER_PACKAGE

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

See Also:
Constant Field Values

BLANK_LINES_BEFORE_BLOCK

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

See Also:
Constant Field Values

BLANK_LINES_BEFORE_BRACE_RIGHT

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

See Also:
Constant Field Values

BLANK_LINES_BEFORE_CASE_BLOCK

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

See Also:
Constant Field Values

BLANK_LINES_BEFORE_COMMENT_JAVADOC

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

See Also:
Constant Field Values

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 ("1").

See Also:
Constant Field Values

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 ("1").

See Also:
Constant Field Values

BLANK_LINES_BEFORE_CONTROL

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

See Also:
Constant Field Values

BLANK_LINES_BEFORE_DECLARATION

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

See Also:
Constant Field Values

BLANK_LINES_BEFORE_FOOTER

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

See Also:
Constant Field Values

BLANK_LINES_BEFORE_HEADER

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

See Also:
Constant Field Values

BLANK_LINES_KEEP_UP_TO

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

See Also:
Constant Field Values

BRACE_EMPTY_CUDDLE

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

See Also:
Constant Field Values

BRACE_EMPTY_INSERT_STATEMENT

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

See Also:
Constant Field Values

BRACE_INSERT_DO_WHILE

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

See Also:
Constant Field Values

BRACE_INSERT_FOR

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

See Also:
Constant Field Values

BRACE_INSERT_IF_ELSE

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

See Also:
Constant Field Values

BRACE_INSERT_WHILE

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

See Also:
Constant Field Values

BRACE_NEWLINE_LEFT

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

See Also:
Constant Field Values

BRACE_TREAT_DIFFERENT_IF_WRAPPED

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

See Also:
Constant Field Values

INSERT_TRAILING_NEWLINE

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

See Also:
Constant Field Values

BRACE_NEWLINE_RIGHT

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

See Also:
Constant Field Values

BRACE_REMOVE_BLOCK

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

See Also:
Constant Field Values

BRACE_REMOVE_DO_WHILE

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

See Also:
Constant Field Values

BRACE_REMOVE_FOR

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

See Also:
Constant Field Values

BRACE_REMOVE_IF_ELSE

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

See Also:
Constant Field Values

BRACE_REMOVE_WHILE

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

See Also:
Constant Field Values

BRACE_TREAT_DIFFERENT

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

See Also:
Constant Field Values

CHUNKS_BY_BLANK_LINES

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

See Also:
Constant Field Values

HEADER_SMART_MODE_LINES

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

See Also:
Constant Field Values

CHUNKS_BY_COMMENTS

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

See Also:
Constant Field Values

COMMENT_FORMAT_MULTI_LINE

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

See Also:
Constant Field Values

COMMENT_INSERT_SEPARATOR

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

See Also:
Constant Field Values

COMMENT_INSERT_SEPARATOR_RECURSIVE

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

See Also:
Constant Field Values

COMMENT_JAVADOC_FIELDS_SHORT

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

See Also:
Constant Field Values

COMMENT_JAVADOC_CHECK_TAGS

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

See Also:
Constant Field Values

COMMENT_JAVADOC_CHECK_TAGS_THROWS

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

See Also:
Constant Field Values

COMMENT_JAVADOC_CLASS_MASK

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

See Also:
Constant Field Values

COMMENT_JAVADOC_CTOR_MASK

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

See Also:
Constant Field Values

COMMENT_JAVADOC_INNER_CLASS

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

See Also:
Constant Field Values

DONT_COMMENT_JAVADOC_WHEN_ML

public static final boolean DONT_COMMENT_JAVADOC_WHEN_ML
The default value for the key with the same name ("false").

See Also:
Constant Field Values

COMMENT_JAVADOC_METHOD_MASK

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

See Also:
Constant Field Values

COMMENT_JAVADOC_VARIABLE_MASK

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

See Also:
Constant Field Values

COMMENT_JAVADOC_PARSE

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

See Also:
Constant Field Values

COMMENT_JAVADOC_REMOVE

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

See Also:
Constant Field Values

COMMENT_JAVADOC_TRANSFORM

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

See Also:
Constant Field Values

COMMENT_JAVADOC_TEMPLATE_INTERFACE

public static final java.lang.String COMMENT_JAVADOC_TEMPLATE_INTERFACE
The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").

See Also:
Constant Field Values

COMMENT_JAVADOC_TEMPLATE_CLASS

public static final java.lang.String COMMENT_JAVADOC_TEMPLATE_CLASS
The default value for the key with the same name (""/**| * DOCUMENT ME!| *| * @author $author$| * @version $Revision$| */"").

See Also:
Constant Field Values

COMMENT_JAVADOC_TEMPLATE_VARIABLE

public static final java.lang.String COMMENT_JAVADOC_TEMPLATE_VARIABLE
The default value for the key with the same name (""/**| * DOCUMENT ME!| */"").

See Also:
Constant Field Values

COMMENT_JAVADOC_TEMPLATE_METHOD_TOP

public static final java.lang.String COMMENT_JAVADOC_TEMPLATE_METHOD_TOP
The default value for the key with the same name (""/**| * DOCUMENT ME!"