Package | Description |
---|---|
org.apache.directory.api.i18n | |
org.apache.directory.api.ldap.model.schema.parsers |
Modifier and Type | Method and Description |
---|---|
static I18n |
I18n.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static I18n[] |
I18n.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static String |
I18n.err(I18n err,
Object... args)
Translate an error code with argument(s)
|
Constructor and Description |
---|
AbstractSchemaParser(Class<T> schemaObjectType,
I18n errorCodeOnNull,
I18n errorCodeOnParseExceptionWithPosition,
I18n errorCodeOnParseException)
Instantiates a new abstract schema parser.
|
Copyright © 2019. All rights reserved.