Uses of Class
com.aoapps.lang.i18n.Resources
-
Packages that use Resources Package Description com.aoapps.lang com.aoapps.lang.concurrent com.aoapps.lang.exception com.aoapps.lang.i18n Internationalization (i18n) utilities shared by many projects.com.aoapps.lang.io com.aoapps.lang.sql com.aoapps.lang.text com.aoapps.lang.util com.aoapps.lang.validation -
-
Uses of Resources in com.aoapps.lang
Fields in com.aoapps.lang declared as Resources Modifier and Type Field Description protected ResourcesLocalizedIllegalArgumentException. resourcesprotected ResourcesLocalizedIllegalStateException. resourcesprotected ResourcesLocalizedUnsupportedOperationException. resourcesMethods in com.aoapps.lang that return Resources Modifier and Type Method Description ResourcesLocalizedIllegalArgumentException. getResources()ResourcesLocalizedIllegalStateException. getResources()ResourcesLocalizedUnsupportedOperationException. getResources() -
Uses of Resources in com.aoapps.lang.concurrent
Fields in com.aoapps.lang.concurrent declared as Resources Modifier and Type Field Description protected ResourcesLocalizedTimeoutException. resourcesMethods in com.aoapps.lang.concurrent that return Resources Modifier and Type Method Description ResourcesLocalizedTimeoutException. getResources()Constructors in com.aoapps.lang.concurrent with parameters of type Resources Constructor Description LocalizedTimeoutException(Resources resources, String key)LocalizedTimeoutException(Resources resources, String key, Serializable... args) -
Uses of Resources in com.aoapps.lang.exception
Methods in com.aoapps.lang.exception that return Resources Modifier and Type Method Description ResourcesLocalizedException. getResources()Gets the resources used to generate the message ornullwhen the message is not localized and uses a default. -
Uses of Resources in com.aoapps.lang.i18n
Methods in com.aoapps.lang.i18n that return Resources Modifier and Type Method Description static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Class<?> clazz)Accesses the resources in theDEFAULT_SUBPACKAGEsub-package of the given class namedDEFAULT_NAMEwithclazz.getSimpleName() + '.'as the prefix.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Package pack)Accesses the resources in theDEFAULT_SUBPACKAGEsub-package of the given package namedDEFAULT_NAME.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Package pack, String name)Accesses the resources in the given package (or sub-package) with the given name and no prefix.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, Package pack, String name, String prefix)Accesses the resources in the given package (or sub-package) with the given name and prefix.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, String baseName)Deprecated.Please use one of the class- or package-relative techniques in locating the resource bundle, as they will correctly locate the resources after packages are renamed by code obfuscation.static ResourcesResources. getResources(SerializableBiFunction<String,Locale,ResourceBundle> bundleAccessor, String baseName, String prefix)Deprecated.Please use one of the class- or package-relative techniques in locating the resource bundle, as they will correctly locate the resources after packages are renamed by code obfuscation.static ResourcesResources. getResources(Class<?> clazz)Deprecated.Please usegetResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.Class)instead.static ResourcesResources. getResources(Package pack)Deprecated.Please usegetResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.Package)instead.static ResourcesResources. getResources(Package pack, String name)Deprecated.static ResourcesResources. getResources(Package pack, String name, String prefix)Deprecated.static ResourcesResources. getResources(String baseName)Deprecated.Please usegetResources(com.aoapps.lang.function.SerializableBiFunction, java.lang.String)instead.static ResourcesResources. getResources(String baseName, String prefix)Deprecated.Methods in com.aoapps.lang.i18n with parameters of type Resources Modifier and Type Method Description default voidLocalizedConsumerE. accept(Resources resources, String key)voidLocalizedConsumerE. accept(Resources resources, String key, Serializable... args)default TLocalizedSupplierE. get(Resources resources, String key)TLocalizedSupplierE. get(Resources resources, String key, Serializable... args)voidResources.Listener. onGetMessage(Resources resources, Locale locale, String key, Object[] args, String resource, String result)Called duringgetMessage(java.util.Locale, java.lang.String, java.lang.Object...)when a lookup is performed and the key found. -
Uses of Resources in com.aoapps.lang.io
Fields in com.aoapps.lang.io declared as Resources Modifier and Type Field Description protected ResourcesLocalizedIOException. resourcesprotected ResourcesLocalizedUnsupportedEncodingException. resourcesMethods in com.aoapps.lang.io that return Resources Modifier and Type Method Description ResourcesLocalizedIOException. getResources()ResourcesLocalizedUnsupportedEncodingException. getResources()Constructors in com.aoapps.lang.io with parameters of type Resources Constructor Description LocalizedIOException(Resources resources, String key)LocalizedIOException(Resources resources, String key, Serializable... args)LocalizedIOException(Throwable cause, Resources resources, String key)LocalizedIOException(Throwable cause, Resources resources, String key, Serializable... args)LocalizedUnsupportedEncodingException(Resources resources, String key)LocalizedUnsupportedEncodingException(Resources resources, String key, Serializable... args)LocalizedUnsupportedEncodingException(Throwable cause, Resources resources, String key)LocalizedUnsupportedEncodingException(Throwable cause, Resources resources, String key, Serializable... args) -
Uses of Resources in com.aoapps.lang.sql
Fields in com.aoapps.lang.sql declared as Resources Modifier and Type Field Description protected ResourcesLocalizedSQLException. resourcesMethods in com.aoapps.lang.sql that return Resources Modifier and Type Method Description ResourcesLocalizedSQLException. getResources()Constructors in com.aoapps.lang.sql with parameters of type Resources Constructor Description LocalizedSQLException(String sqlState, int vendorCode, Resources resources, String key)LocalizedSQLException(String sqlState, int vendorCode, Resources resources, String key, Serializable... args)LocalizedSQLException(String sqlState, int vendorCode, Throwable cause, Resources resources, String key)LocalizedSQLException(String sqlState, int vendorCode, Throwable cause, Resources resources, String key, Serializable... args)LocalizedSQLException(String sqlState, Resources resources, String key)LocalizedSQLException(String sqlState, Resources resources, String key, Serializable... args)LocalizedSQLException(String sqlState, Throwable cause, Resources resources, String key)LocalizedSQLException(String sqlState, Throwable cause, Resources resources, String key, Serializable... args) -
Uses of Resources in com.aoapps.lang.text
Fields in com.aoapps.lang.text declared as Resources Modifier and Type Field Description protected ResourcesLocalizedParseException. resourcesMethods in com.aoapps.lang.text that return Resources Modifier and Type Method Description ResourcesLocalizedParseException. getResources()Constructors in com.aoapps.lang.text with parameters of type Resources Constructor Description LocalizedParseException(int errorOffset, Resources resources, String key)LocalizedParseException(int errorOffset, Resources resources, String key, Serializable... args) -
Uses of Resources in com.aoapps.lang.util
Fields in com.aoapps.lang.util declared as Resources Modifier and Type Field Description static ResourcesPropertiesUtils. RESOURCES -
Uses of Resources in com.aoapps.lang.validation
Methods in com.aoapps.lang.validation that return Resources Modifier and Type Method Description ResourcesInvalidResult. getResources()Constructors in com.aoapps.lang.validation with parameters of type Resources Constructor Description InvalidResult(Resources resources, String key)InvalidResult(Resources resources, String key, Serializable... args)
-