Package com.example.opendj
Class ExamplePluginMessages
- java.lang.Object
-
- com.example.opendj.ExamplePluginMessages
-
public final class ExamplePluginMessages extends Object
This file contains localizable message descriptors having the resource namecom.example.opendj.example_plugin
. This file was generated automatically by thei18n-maven-plugin
from the property filecom/example/opendj/example_plugin.properties
and it should not be manually edited.
-
-
Field Summary
Fields Modifier and Type Field Description static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>
ERR_INITIALIZE_PLUGIN
"Invalid plugin type %s for the example plugin.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,Object>
NOTE_APPLY_CONFIGURATION_CHANGE
"Example plugin message has been changed from '%s' to '%s'.static org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object>
NOTE_DO_STARTUP
Example plugin 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
-
ERR_INITIALIZE_PLUGIN
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> ERR_INITIALIZE_PLUGIN
"Invalid plugin type %s for the example plugin.
-
NOTE_DO_STARTUP
public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg1<Object> NOTE_DO_STARTUP
Example plugin 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.
-
-