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

ch.qos.cal10n.util.CAL10NBundleFinder Maven / Gradle / Ivy

The newest version!
package ch.qos.cal10n.util;


import java.util.Locale;

/**
 *  @since 0.8.1
 */
public interface CAL10NBundleFinder {
  public CAL10NBundle getBundle(String baseName, Locale locale, String charset);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy