![JAR search and dependency download from the Maven repository](/logo.png)
org.hrodberaht.i18n.locale.ProviderInterface Maven / Gradle / Ivy
/*
*
*/
package org.hrodberaht.i18n.locale;
import java.util.Locale;
/**
* Simple Java Utils
*
* @author Robert Alexandersson
* @version 1.0
* @since 1.0
*/
public interface ProviderInterface {
enum StatefulProfile { NONE, THREAD }
LocaleProfile getProfile();
Locale getSystemLocale();
StatefulProfile statefulProfileSupport();
void setStatefulProfile(LocaleProfile localeProfile);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy