001package org.opends.messages;
002
003import org.forgerock.i18n.LocalizableMessageDescriptor;
004
005/**
006 * This file contains localizable message descriptors having the resource
007 * name {@code org.opends.messages.external}. This file was generated
008 * automatically by the {@code i18n-maven-plugin} from the property file
009 * {@code org/opends/messages/external.properties} and it should not be manually edited.
010 */
011public final class ExternalMessages {
012    // The name of the resource bundle.
013    private static final String RESOURCE = "org.opends.messages.external";
014
015    // Prevent instantiation.
016    private ExternalMessages() {
017        // Do nothing.
018    }
019
020    /**
021     * Returns the name of the resource associated with the messages contained
022     * in this class. The resource name may be used for obtaining named loggers,
023     * e.g. using SLF4J's {@code org.slf4j.LoggerFactory#getLogger(String name)}.
024     *
025     * @return The name of the resource associated with the messages contained
026     *         in this class.
027     */
028    public static String resourceName() {
029        return RESOURCE;
030    }
031
032    /**
033     * %s
034     */
035    public static final LocalizableMessageDescriptor.Arg1<Object> INFO_EXTERNAL_LIB_MESSAGE =
036                    new LocalizableMessageDescriptor.Arg1<Object>(ExternalMessages.class, RESOURCE, "INFO_EXTERNAL_LIB_MESSAGE_1", 1);
037
038}