- de.alpharogroup.resourcebundle.config - package de.alpharogroup.resourcebundle.config
-
This package provides a class for resolve configuration properties
- de.alpharogroup.resourcebundle.file.namefilter - package de.alpharogroup.resourcebundle.file.namefilter
-
This package provides specific classes for properties an xml file names that implements the inteface java.io.FilenameFilter
- de.alpharogroup.resourcebundle.inspector.core - package de.alpharogroup.resourcebundle.inspector.core
-
This package provides base classes for the inspection of properties
- de.alpharogroup.resourcebundle.inspector.io - package de.alpharogroup.resourcebundle.inspector.io
-
This package provides a class for reading the lines of a properties file
- de.alpharogroup.resourcebundle.inspector.search - package de.alpharogroup.resourcebundle.inspector.search
-
This package provides classes for the search and inspection of a properties files
- de.alpharogroup.resourcebundle.inspector.search.processor - package de.alpharogroup.resourcebundle.inspector.search.processor
-
This package provides classes and intefaces for the processing the search and inspection of a properties files
- de.alpharogroup.resourcebundle.inspector.validator - package de.alpharogroup.resourcebundle.inspector.validator
-
This package provides base classes for the validation and normalization of properties
- de.alpharogroup.resourcebundle.locale - package de.alpharogroup.resourcebundle.locale
-
This package provides bean and utility classes for locales and properties
- de.alpharogroup.resourcebundle.properties - package de.alpharogroup.resourcebundle.properties
-
This package provides a utility class for reading, loading and converting of properties files
- DEFAULT_CONFIGURATION_PROPERTIES_FILENAME - Static variable in class de.alpharogroup.resourcebundle.config.ConfigurationPropertiesResolver
-
The constant for the default file name of the configuration properties file.
- DEFAULT_HTTP_PORT - Static variable in class de.alpharogroup.resourcebundle.config.ConfigurationPropertiesResolver
-
The constant for the default http port.
- DEFAULT_HTTPS_PORT - Static variable in class de.alpharogroup.resourcebundle.config.ConfigurationPropertiesResolver
-
The constant for the default http port.
- DuplicatePropertiesKeyInspector - Class in de.alpharogroup.resourcebundle.inspector.search
-
- DuplicatePropertiesKeyInspector(File) - Constructor for class de.alpharogroup.resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
-
Instantiates a new duplicate properties key finder.
- DuplicatePropertiesKeyInspector(InputStream) - Constructor for class de.alpharogroup.resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
-
Instantiates a new duplicate properties key finder.
- getAvailableLocales() - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
- getAvailableLocales() - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Returns a list of all available locales on the current jdk.
- getBundle(String, Locale) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleResolver
-
Resolves from the given base name and locale the ResourceBundle.
- getCountryName(String, Locale) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the display country name from the given country code in the given Locale.
- getCountryName(String, Locale, String) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the display country name from the given country code from the given Locale.
- getDisplayValue(T) - Method in class de.alpharogroup.resourcebundle.locale.PropertiesKeysListResolver
-
Gets the display value for the given object.
- getLanguageName(String, Locale) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the display language name from the given language code in the given Locale.
- getLocale(String) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves a Locale from the given country code.
- getLocaleFilenameSuffix(Locale) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the locale file name suffix that has the format 'language_COUNTRY_variant' for instance
'de_DE' for the Locale.GERMANY.
- getLocaleFileSuffix(Locale, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the locale file name suffix for instance '_de_DE' for the Locale.GERMANY.
- getLocaleFileSuffix(Locale, boolean, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the locale file name suffix for instance '_de_DE' for the Locale.GERMANY.
- getLocaleFileSuffix(Locale, boolean, boolean, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the locale file name suffix for instance '_de_DE' for the Locale.GERMANY.
- getLocaleName(Locale) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleExtensions
-
Gets the locale name for instance 'de_DE' for the Locale.GERMANY.
- getLocales(String) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves a Locale objects from the given language code.
- getLocalPropertiesFromClass(Class<?>, Class<?>, Locale) - Static method in class de.alpharogroup.resourcebundle.properties.PropertiesFileExtensions
-
Gets the properties.
- getProjectName() - Static method in class de.alpharogroup.resourcebundle.properties.PropertiesFileExtensions
-
Gets the project name from the 'project.properties'.
- getPropertiesKey(String) - Method in class de.alpharogroup.resourcebundle.locale.PropertiesKeysListResolver
-
Gets the properties key from the given object.
- getRedundantKeys(File) - Static method in class de.alpharogroup.resourcebundle.properties.PropertiesFileExtensions
-
Gets the redundant keys in properties files from the given directory.
- getResultList() - Method in class de.alpharogroup.resourcebundle.locale.PropertiesKeysListResolver
-
Gets the result list from the display values.
- getString(ResourceBundle, String, Object...) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Gets the string from the given ResourceBundle object.
- getString(ResourceBundle, String, String) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Gets the string from the given ResourceBundle object.
- getString(ResourceBundle, String, String, Object...) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Gets the string from the given ResourceBundle object.
- getString(String, Locale, String, String, Object...) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Resolves from the given base name and locale the ResourceBundle and get the
String from the given key and parameters.
- getString(String, Locale, String, Object...) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Resolves from the given base name and locale the ResourceBundle and get the
String from the given key and parameters.
- getString(String, Locale, String) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Resolves from the given base name and locale the ResourceBundle and get the
String from the given key and parameters.
- getString(String, Locale, String, String) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Resolves from the given base name and locale the ResourceBundle and get the
String from the given key and parameters.
- getString(BundleKey) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Resolves the
String object from the given
BundleKey.
- getStringQuietly(ResourceBundle, String, Object...) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Gets the string from the given ResourceBundle object.
- getStringQuietly(ResourceBundle, String, String) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Gets the string from the given ResourceBundle object.
- getStringQuietly(ResourceBundle, String, String, Object...) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Gets the string from the given ResourceBundle object.
- getStringQuietly(String, Locale, String, String, Object...) - Static method in class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
Resolves from the given base name and locale the ResourceBundle and get the
String from the given key and parameters.
- GREEK - Static variable in class de.alpharogroup.resourcebundle.locale.Locales
-
Useful constant for the greek language.
- readLine() - Method in class de.alpharogroup.resourcebundle.inspector.io.PropertiesLineReader
-
Read line.
- removeComments(File) - Static method in class de.alpharogroup.resourcebundle.properties.PropertiesFileExtensions
-
Removes the comments from the given properties file.
- resolve() - Method in class de.alpharogroup.resourcebundle.inspector.search.PropertiesListResolver
-
Resolves the properties file from the given root directory and put the result to the
properties list with KeyValuePair objects as properties file as key and the
locale string code as value.
- resolve() - Method in class de.alpharogroup.resourcebundle.inspector.search.PropertiesResolver
-
Resolves to the propertiesToLocale Map where the properties file is the key and
the locale string code the value.
- resolveAvailableLanguages(String, String) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves all the available languages for the given resource bundle name in the given bundle
package.
- resolveAvailableLanguages(String, String) - Static method in class de.alpharogroup.resourcebundle.properties.PropertiesFileExtensions
-
Resolves all the available languages for the given resource bundle name in the given bundle
package.
- resolveAvailableLocales() - Method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolve available locales on the current system.
- resolveBundlename(File) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves the bundle name from the given properties file.
- resolveLocale(File) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves the locale from the given properties file.
- resolveLocale(File, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves the locale from the given properties file.
- resolveLocale(File, Locale, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves the locale from the given properties file.
- resolveLocale(String) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves the Locale object from the given locale code.
- resolveLocale(String, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves the Locale object from the given locale code.
- resolveLocale(String, Locale, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves the Locale object from the given locale code.
- resolveLocaleCode(File) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves from the given properties file the locale code like "en", "en_US" or "en_US_win".
- resolveLocaleCode(String) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Converts the given String code like "en", "en_US" or "en_US_win" to new
Locale.
- resolveLocales(String, String) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves all the available Locales to the given resource bundle name in the given bundle
package.
- resolveLocales(String, String, boolean) - Static method in class de.alpharogroup.resourcebundle.locale.LocaleResolver
-
Resolves all the available Locales to the given resource bundle name in the given bundle
package.
- ResourceBundleExtensions - Class in de.alpharogroup.resourcebundle.locale
-
- ResourceBundleExtensions() - Constructor for class de.alpharogroup.resourcebundle.locale.ResourceBundleExtensions
-
- ResourceBundleKey - Class in de.alpharogroup.resourcebundle.locale
-
- ResourceBundleKey() - Constructor for class de.alpharogroup.resourcebundle.locale.ResourceBundleKey
-
- ResourceBundleResolver - Class in de.alpharogroup.resourcebundle.locale
-
- ResourceBundleResolver() - Constructor for class de.alpharogroup.resourcebundle.locale.ResourceBundleResolver
-
- ResourceKeyFactory - Class in de.alpharogroup.resourcebundle.locale
-
A factory for creating new resource(properties) key as String objects.
- ResourceKeyFactory() - Constructor for class de.alpharogroup.resourcebundle.locale.ResourceKeyFactory
-
- RUSSIAN - Static variable in class de.alpharogroup.resourcebundle.locale.Locales
-
Useful constant for the greek language.