Uses of Class
org.forgerock.i18n.LocalizableMessageBuilder
Package
Description
A i18n framework for embedding localizable messages in applications.
Classes and interfaces for constructing and querying LDAP schemas.
-
Uses of LocalizableMessageBuilder in org.forgerock.i18n
Modifier and TypeMethodDescriptionLocalizableMessageBuilder.append
(char c) Appends the provided character to this message builder.LocalizableMessageBuilder.append
(int value) Appends the provided integer to this message builder.LocalizableMessageBuilder.append
(CharSequence cs) Appends the provided character sequence to this message builder.LocalizableMessageBuilder.append
(CharSequence cs, int start, int end) Appends a subsequence of the provided character sequence to this message builder.Appends theString
representation of the providedObject
to this message builder.LocalizableMessageBuilder.append
(LocalizableMessage message) Appends the provided message to this message builder.ModifierConstructorDescriptionCreates a new message builder whose content is initially equal to the provided message builder. -
Uses of LocalizableMessageBuilder in org.forgerock.opendj.ldap.schema
Modifier and TypeMethodDescriptionboolean
Syntax.valueIsAcceptable
(ByteString value, LocalizableMessageBuilder invalidReason) Indicates whether the provided value is acceptable for use in an attribute with this syntax.boolean
SyntaxImpl.valueIsAcceptable
(Schema schema, ByteString value, LocalizableMessageBuilder invalidReason) Indicates whether the provided value is acceptable for use in an attribute with this syntax.