Uses of Class
org.apache.directory.api.i18n.I18n
-
Packages that use I18n Package Description org.apache.directory.api.i18n org.apache.directory.api.ldap.model.schema.parsers -
-
Uses of I18n in org.apache.directory.api.i18n
Methods in org.apache.directory.api.i18n that return I18n Modifier and Type Method Description static I18nI18n. 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.Methods in org.apache.directory.api.i18n with parameters of type I18n Modifier and Type Method Description static StringI18n. err(I18n err, Object... args)Translate an error code with argument(s)static StringI18n. msg(I18n msg, Object... args)Translate a message code with argument(s) -
Uses of I18n in org.apache.directory.api.ldap.model.schema.parsers
Constructors in org.apache.directory.api.ldap.model.schema.parsers with parameters of type I18n Constructor Description AbstractSchemaParser(Class<T> schemaObjectType, I18n errorCodeOnNull, I18n errorCodeOnParseExceptionWithPosition, I18n errorCodeOnParseException)Instantiates a new abstract schema parser.
-