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

de.lessvoid.xml.tools.BundleInfo Maven / Gradle / Ivy

package de.lessvoid.xml.tools;

import java.util.Locale;

/**
 * A Helper to load ResourceBundles from baseNames AND from already loaded ResourceBundles.
 * @author void
 */
public interface BundleInfo {

  /**
   * Get a String from this BundleInfo.
   *
   * @param resourceKey the resource key
   * @param locale the Locale
   * @return the String from the resourceBundle
   */
  String getString(final String resourceKey, final Locale locale);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy