Uses of Class
org.forgerock.i18n.LocalizableMessageBuilder
Packages that use 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
Methods in org.forgerock.i18n that return LocalizableMessageBuilderModifier 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.Constructors in org.forgerock.i18n with parameters of type LocalizableMessageBuilderModifierConstructorDescriptionCreates a new message builder whose content is initially equal to the provided message builder. -
Uses of LocalizableMessageBuilder in org.forgerock.opendj.ldap.schema
Methods in org.forgerock.opendj.ldap.schema with parameters of type LocalizableMessageBuilderModifier 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.