All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.ppi.selenium.logevent.report.MessageSource Maven / Gradle / Ivy

There is a newer version: 0.12
Show newest version
package de.ppi.selenium.logevent.report;

import java.util.Locale;

/**
 * A Message-Source.
 *
 */
public interface MessageSource {

    /**
     * Get a Message.
     *
     * @param key the key
     * @param locale the locale
     * @param arguments the argument for the message.
     * @return the message.
     */
    String getMessage(String key, Locale locale, Object... arguments);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy