Package org.opends.messages
Class ExternalMessages
- java.lang.Object
-
- org.opends.messages.ExternalMessages
-
public final class ExternalMessages extends Object
This file contains localizable message descriptors having the resource nameorg.opends.messages.external
. This file was generated automatically by theopendj-maven-plugin
from the property fileorg/opends/messages/external.properties
and it should not be manually edited.
-
-
Field Summary
Fields Modifier and Type Field Description static LocalizableMessageDescriptor.Arg1<Object>
INFO_EXTERNAL_LIB_MESSAGE
%s
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
resourceName()
Returns the name of the resource associated with the messages contained in this class.
-
-
-
Field Detail
-
INFO_EXTERNAL_LIB_MESSAGE
public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EXTERNAL_LIB_MESSAGE
%s
-
-
Method Detail
-
resourceName
public static String resourceName()
Returns the name of the resource associated with the messages contained in this class. The resource name may be used for obtaining named loggers, e.g. using SLF4J'sorg.slf4j.LoggerFactory#getLogger(String name)
.- Returns:
- The name of the resource associated with the messages contained in this class.
-
-