Uses of Class
ch.qos.cal10n.verifier.Cal10nError.ErrorType
-
Packages that use Cal10nError.ErrorType 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. -
-
Uses of Cal10nError.ErrorType in ch.qos.cal10n.verifier
Fields in ch.qos.cal10n.verifier declared as Cal10nError.ErrorType Modifier and Type Field Description (package private) Cal10nError.ErrorType
Cal10nError. errorType
Methods in ch.qos.cal10n.verifier that return Cal10nError.ErrorType Modifier and Type Method 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.Methods in ch.qos.cal10n.verifier with parameters of type Cal10nError.ErrorType Modifier and Type Method Description (package private) Cal10nError
ErrorFactory. buildError(Cal10nError.ErrorType errorType, java.lang.String key)
Constructors in ch.qos.cal10n.verifier with parameters of type Cal10nError.ErrorType Constructor Description Cal10nError(Cal10nError.ErrorType errorType, java.lang.String key, java.lang.String enumClassName, java.util.Locale locale, java.lang.String baseName)
-