Class ExamplePluginMessages


  • public final class ExamplePluginMessages
    extends Object
    This file contains localizable message descriptors having the resource name com.example.opendj.example_plugin. This file was generated automatically by the i18n-maven-plugin from the property file com/example/opendj/example_plugin.properties and it should not be manually edited.
    • 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'.
      • NOTE_APPLY_CONFIGURATION_CHANGE

        public static final org.forgerock.i18n.LocalizableMessageDescriptor.Arg2<Object,​Object> NOTE_APPLY_CONFIGURATION_CHANGE
        "Example plugin message has been changed from '%s' to '%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's org.slf4j.LoggerFactory#getLogger(String name).
        Returns:
        The name of the resource associated with the messages contained in this class.