com.example.opendj.ExamplePluginMessages Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opendj-server-example-plugin Show documentation
Show all versions of opendj-server-example-plugin Show documentation
An example OpenDJ Server plugin illustrating how custom components may be developed for OpenDJ.
package com.example.opendj;
import org.forgerock.i18n.LocalizableMessageDescriptor;
/**
* This file contains localizable message descriptors having the resource
* name {@code com.example.opendj.example_plugin}. This file was generated
* automatically by the {@code i18n-maven-plugin} from the property file
* {@code com/example/opendj/example_plugin.properties} and it should not be manually edited.
*/
public final class ExamplePluginMessages {
// The name of the resource bundle.
private static final String RESOURCE = "com.example.opendj.example_plugin";
// Prevent instantiation.
private ExamplePluginMessages() {
// Do nothing.
}
/**
* 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 {@code org.slf4j.LoggerFactory#getLogger(String name)}.
*
* @return The name of the resource associated with the messages contained
* in this class.
*/
public static String resourceName() {
return RESOURCE;
}
/**
* "Invalid plugin type %s for the example plugin.
*/
public static final LocalizableMessageDescriptor.Arg1