public final class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
COMMENT_INDICATOR
Indicates the start of a comment section.
|
static char |
COMMENT_TAG
Indicates the start of a comment section.
|
static char |
DECLARATION_BLOCK_END
Determines the character which indicates the end of the declarations.
|
static char |
DECLARATION_BLOCK_START
Determines the character which indicates the start of a declarations.
|
static char |
PROPERTY_END
Determines the character which indicates the end of a declaration.
|
static String |
PROPERTY_END_STRING
Determines the character which indicates the end of a declaration.
|
static char |
PROPERTY_SEPARATOR
Determines the character which indicates the separator of a declaration.
|
static char |
STRING_INDICATOR
Indicates the start or end of a string value.
|
public static final char DECLARATION_BLOCK_START
public static final char DECLARATION_BLOCK_END
public static final char PROPERTY_SEPARATOR
public static final char PROPERTY_END
public static final String PROPERTY_END_STRING
public static final char COMMENT_TAG
public static final char COMMENT_INDICATOR
public static final char STRING_INDICATOR
Copyright © 2016 Saxonia Systems AG. All rights reserved.