org.opends.messages
Class MessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8>
java.lang.Object
org.opends.messages.MessageDescriptor
org.opends.messages.MessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8>
- Type Parameters:
T1
- The type of the first message argument.T2
- The type of the second message argument.T3
- The type of the third message argument.T4
- The type of the fourth message argument.T5
- The type of the fifth message argument.T6
- The type of the sixth message argument.T7
- The type of the seventh message argument.T8
- The type of the eighth message argument.
- Enclosing class:
- MessageDescriptor
@PublicAPI(stability=UNCOMMITTED,
mayInstantiate=true,
mayExtend=false,
mayInvoke=true)
public static final class MessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8>
- extends MessageDescriptor
Subclass for creating messages with eight arguments.
Nested classes/interfaces inherited from class org.opends.messages.MessageDescriptor |
MessageDescriptor.Arg0, MessageDescriptor.Arg1<T1>, MessageDescriptor.Arg10<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10>, MessageDescriptor.Arg11<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11>, MessageDescriptor.Arg2<T1,T2>, MessageDescriptor.Arg3<T1,T2,T3>, MessageDescriptor.Arg4<T1,T2,T3,T4>, MessageDescriptor.Arg5<T1,T2,T3,T4,T5>, MessageDescriptor.Arg6<T1,T2,T3,T4,T5,T6>, MessageDescriptor.Arg7<T1,T2,T3,T4,T5,T6,T7>, MessageDescriptor.Arg8<T1,T2,T3,T4,T5,T6,T7,T8>, MessageDescriptor.Arg9<T1,T2,T3,T4,T5,T6,T7,T8,T9>, MessageDescriptor.ArgN |
Constructor Summary |
MessageDescriptor.Arg8(java.lang.String rbBase,
java.lang.String key,
Category category,
Severity severity,
int ordinal,
java.lang.ClassLoader classLoader)
Creates a parameterized instance. |
MessageDescriptor.Arg8(java.lang.String rbBase,
java.lang.String key,
int mask,
Severity severity,
int ordinal,
java.lang.ClassLoader classLoader)
Creates a parameterized instance. |
Method Summary |
Message |
get(T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
Creates a message with arguments that will replace format
specifiers in the assocated format string when the message
is rendered to string representation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDescriptor.Arg8
public MessageDescriptor.Arg8(java.lang.String rbBase,
java.lang.String key,
Category category,
Severity severity,
int ordinal,
java.lang.ClassLoader classLoader)
- Creates a parameterized instance.
- Parameters:
rbBase
- base of the backing resource bundlekey
- for accessing the format string from the resource bundlecategory
- of created messagesseverity
- of created messagesordinal
- of created messagesclassLoader
- the class loader to be used to get the ResourceBundle
MessageDescriptor.Arg8
public MessageDescriptor.Arg8(java.lang.String rbBase,
java.lang.String key,
int mask,
Severity severity,
int ordinal,
java.lang.ClassLoader classLoader)
- Creates a parameterized instance.
- Parameters:
rbBase
- base of the backing resource bundlekey
- for accessing the format string from the resource bundlemask
- to apply to the USER_DEFINED categoryseverity
- of created messagesordinal
- of created messagesclassLoader
- the class loader to be used to get the ResourceBundle
get
public Message get(T1 a1,
T2 a2,
T3 a3,
T4 a4,
T5 a5,
T6 a6,
T7 a7,
T8 a8)
- Creates a message with arguments that will replace format
specifiers in the assocated format string when the message
is rendered to string representation.
- Parameters:
a1
- message argumenta2
- message argumenta3
- message argumenta4
- message argumenta5
- message argumenta6
- message argumenta7
- message argumenta8
- message argument
- Returns:
- Message object