Index

A C E F G H L O R S T V 
All Classes and Interfaces|All Packages|Serialized Form

A

append(char) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided character to this message builder.
append(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided integer to this message builder.
append(CharSequence) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided character sequence to this message builder.
append(CharSequence, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends a subsequence of the provided character sequence to this message builder.
append(Object) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the String representation of the provided Object to this message builder.
append(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Appends the provided message to this message builder.
Arg0(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
Creates a parameterized instance.
Arg1(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
Creates a parameterized instance.
Arg2(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
Creates a parameterized instance.
Arg3(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
Creates a parameterized instance.
Arg4(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
Creates a parameterized instance.
Arg5(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
Creates a parameterized instance.
Arg6(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
Creates a parameterized instance.
Arg7(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
Creates a parameterized instance.
Arg8(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
Creates a parameterized instance.
Arg9(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
Creates a parameterized instance.
ArgN(Class<?>, String, String, int) - Constructor for class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Creates a parameterized instance.

C

charAt(int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the char value at the specified index of the String representation of this message in the default locale.
charAt(int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the char value at the specified index of the String representation of this message builder in the default locale.
charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the char value at the specified index of the String representation of this message in the specified locale.
charAt(Locale, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the char value at the specified index of the String representation of this message builder in the specified locale.
compareTo(LocalizableMessage) - Method in class org.forgerock.i18n.LocalizableMessage
Compares this message with the specified message for order in the default locale.

E

EMPTY - Static variable in class org.forgerock.i18n.LocalizableMessage
Represents an empty message string.
equals(Object) - Method in class org.forgerock.i18n.LocalizableMessage
Returns true if the provided object is a message whose String representation is equal to the String representation of this message in the default locale.

F

formatTo(Formatter, int, int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Formats this message using the provided Formatter.

G

get() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg0
Creates a localizable message.
get(Object...) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg1
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg2
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg3
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg4
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg5
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg6
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg7
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7, T8) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg8
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
get(T1, T2, T3, T4, T5, T6, T7, T8, T9) - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.Arg9
Creates a message with arguments that will replace format specifiers in the associated format string when the message is rendered to string representation.
getMessageObject() - Method in interface org.forgerock.i18n.LocalizableException
Returns the localizable message that explains the problem that occurred.
getMessageObject() - Method in exception org.forgerock.i18n.LocalizedIllegalArgumentException
Returns the localizable message that explains the problem that occurred.

H

hashCode() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the hash code value for this message calculated using the hash code of the String representation of this message in the default locale.

L

length() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the length of the String representation of this message in the default locale.
length() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the length of the String representation of this message builder in the default locale.
length(Locale) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the length of the String representation of this message in the specified locale.
length(Locale) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the length of the String representation of this message builder in the specified locale.
LocalizableException - Interface in org.forgerock.i18n
A mix-in interface which can be used to identify exceptions which support localization.
LocalizableMessage - Class in org.forgerock.i18n
A localizable message whose String representation can be retrieved in one or more locales.
LocalizableMessageBuilder - Class in org.forgerock.i18n
A mutable sequence of localizable messages and their parameters.
LocalizableMessageBuilder() - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially empty.
LocalizableMessageBuilder(Object) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the String representation of the provided Object.
LocalizableMessageBuilder(LocalizableMessage) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the provided message.
LocalizableMessageBuilder(LocalizableMessageBuilder) - Constructor for class org.forgerock.i18n.LocalizableMessageBuilder
Creates a new message builder whose content is initially equal to the provided message builder.
LocalizableMessageDescriptor - Class in org.forgerock.i18n
An opaque handle to a localizable message.
LocalizableMessageDescriptor.Arg0 - Class in org.forgerock.i18n
Subclass for creating messages with no arguments.
LocalizableMessageDescriptor.Arg1<T1> - Class in org.forgerock.i18n
Subclass for creating messages with one argument.
LocalizableMessageDescriptor.Arg2<T1,T2> - Class in org.forgerock.i18n
Subclass for creating messages with two arguments.
LocalizableMessageDescriptor.Arg3<T1,T2,T3> - Class in org.forgerock.i18n
Subclass for creating messages with three arguments.
LocalizableMessageDescriptor.Arg4<T1,T2,T3,T4> - Class in org.forgerock.i18n
Subclass for creating messages with four arguments.
LocalizableMessageDescriptor.Arg5<T1,T2,T3,T4,T5> - Class in org.forgerock.i18n
Subclass for creating messages with five arguments.
LocalizableMessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6> - Class in org.forgerock.i18n
Subclass for creating messages with six arguments.
LocalizableMessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7> - Class in org.forgerock.i18n
Subclass for creating messages with seven arguments.
LocalizableMessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8> - Class in org.forgerock.i18n
Subclass for creating messages with eight arguments.
LocalizableMessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9> - Class in org.forgerock.i18n
Subclass for creating messages with nine arguments.
LocalizableMessageDescriptor.ArgN - Class in org.forgerock.i18n
Subclass for creating messages with an any number of arguments.
LocalizedIllegalArgumentException - Exception in org.forgerock.i18n
Thrown to indicate that a method has been passed an illegal or inappropriate argument.
LocalizedIllegalArgumentException(LocalizableMessage) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided message.
LocalizedIllegalArgumentException(LocalizableMessage, Throwable) - Constructor for exception org.forgerock.i18n.LocalizedIllegalArgumentException
Creates a new localized illegal argument exception with the provided message and cause.

O

ordinal() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the ordinal associated with this message, or -1 if undefined.
ordinal() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Returns the ordinal associated with this message, or -1 if undefined.
org.forgerock.i18n - package org.forgerock.i18n
A common framework for embedding localizable messages in applications.

R

raw(CharSequence, Object...) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates an non-localizable message whose String representation is always the same regardless of the requested locale.
resourceName() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the name of the resource in which this message is defined.
resourceName() - Method in class org.forgerock.i18n.LocalizableMessageDescriptor.ArgN
Returns the name of the resource in which this message is defined.

S

subSequence(int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns a new CharSequence which is a subsequence of the String representation of this message in the default locale.
subSequence(int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns a new CharSequence which is a subsequence of the String representation of this message builder in the default locale.
subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessage
Returns a new CharSequence which is a subsequence of the String representation of this message in the specified locale.
subSequence(Locale, int, int) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns a new CharSequence which is a subsequence of the String representation of this message builder in the specified locale.

T

toMessage() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the LocalizableMessage representation of this message builder.
toString() - Method in class org.forgerock.i18n.LocalizableMessage
Returns the String representation of this message in the default locale.
toString() - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the String representation of this message builder in the default locale.
toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessage
Returns the String representation of this message in the specified locale.
toString(Locale) - Method in class org.forgerock.i18n.LocalizableMessageBuilder
Returns the String representation of this message builder in the specified locale.

V

valueOf(Object) - Static method in class org.forgerock.i18n.LocalizableMessage
Creates a new message whose content is the String representation of the provided Object.
A C E F G H L O R S T V 
All Classes and Interfaces|All Packages|Serialized Form