Package | Description |
---|---|
ch.qos.cal10n.verifier |
Support classes for verifying that there are no message code
mis-matches between resource bundles and the corresponding enum type.
|
Modifier and Type | Field and Description |
---|---|
(package private) Cal10nError.ErrorType |
Cal10nError.errorType |
Modifier and Type | Method and Description |
---|---|
Cal10nError.ErrorType |
Cal10nError.getErrorType() |
static Cal10nError.ErrorType |
Cal10nError.ErrorType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Cal10nError.ErrorType[] |
Cal10nError.ErrorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) Cal10nError |
ErrorFactory.buildError(Cal10nError.ErrorType errorType,
java.lang.String key) |
Constructor and Description |
---|
Cal10nError(Cal10nError.ErrorType errorType,
java.lang.String key,
java.lang.String enumClassName,
java.util.Locale locale,
java.lang.String baseName) |