Index

A B C D F G H I K L N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

accept(File, String) - Method in class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesResourceBundleFilenameFilter
accept(File, String) - Method in class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesXmlResourceBundleFilenameFilter
ae - Static variable in class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
The Constant ae.
AE - Static variable in class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
The Constant AE.
APPLICATION_HTTP_PORT_KEY - Static variable in class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
The constant for the properties key of the http port.
APPLICATION_HTTPS_PORT_KEY - Static variable in class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
The constant for the properties key of the https port.

B

BundleKey - Class in io.github.astrapi69.resourcebundle.locale
The class BundleKey.
BundleKey() - Constructor for class io.github.astrapi69.resourcebundle.locale.BundleKey
 

C

concatenate(String[]) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Concatenates the given string array to a properties key with the default separator that is a dot
concatenate(String[], PropertiesKeySeperator) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Concatenates the given string array to a properties key with the given separator
concatenate(List<String>) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Concatenates the given string list to a properties key with the default separator that is a dot
concatenate(List<String>, PropertiesKeySeperator) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Concatenates the given string list to a properties key with the given separator
ConfigurationPropertiesResolver - Class in io.github.astrapi69.resourcebundle.config
The class ConfigurationPropertiesResolver resolves the configuration properties for an application like the http, https ports.
ConfigurationPropertiesResolver() - Constructor for class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
Instantiates a new ConfigurationPropertiesResolver with the default settings.
ConfigurationPropertiesResolver(Integer, Integer, String) - Constructor for class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
contains(Locale) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleExtensions
Checks if the given Locale is in the available locales on the current jdk.

D

DEFAULT_CONFIGURATION_PROPERTIES_FILENAME - Static variable in class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
The constant for the default file name of the configuration properties file.
DEFAULT_HTTP_PORT - Static variable in class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
The constant for the default http port.
DEFAULT_HTTPS_PORT - Static variable in class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
The constant for the default http port.
DOT - Enum constant in enum class io.github.astrapi69.resourcebundle.properties.PropertiesKeySeperator
The dot separator character
DuplicatePropertiesKeyInspector - Class in io.github.astrapi69.resourcebundle.inspector.search
DuplicatePropertiesKeyInspector(File) - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
Instantiates a new duplicate properties key finder.
DuplicatePropertiesKeyInspector(InputStream) - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
Instantiates a new duplicate properties key finder.

F

FilterProcessor<MODEL,RESULT> - Interface in io.github.astrapi69.resourcebundle.inspector.search.processor
The Interface FilterProcessor processes a given model and returns the result.
findPropertiesFilesWithInvalidCharacters(File) - Static method in class io.github.astrapi69.resourcebundle.inspector.validator.PropertiesNormalizer
Finds properties files that contain invalid characters and adds them to the collection from the given directory recursively.
findRedundantValues(Properties) - Static method in class io.github.astrapi69.resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
Finds redundant values from the given Properties object and saves it to a Map.
format(String, Object...) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Formats the given value with the given parameters.

G

getAvailableLocales() - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Returns a list of all available locales on the current jdk.
getBundle(String, Locale) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleResolver
Resolves from the given base name and locale the ResourceBundle.
getBundleFiles(String, String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Gets all bundle files from the given resource bundle name in the given bundle package
getCountryName(String, String, Locale, String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleExtensions
Gets the display country name from the given language code and country code from the given Locale.
getCountryName(String, Locale) - Static method in class io.github.astrapi69.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 io.github.astrapi69.resourcebundle.locale.LocaleExtensions
Gets the display country name from the given country code from the given Locale.
getDisplayValue(T) - Method in class io.github.astrapi69.resourcebundle.locale.PropertiesKeysListResolver
Gets the display value for the given object.
getFiles() - Method in class io.github.astrapi69.resourcebundle.inspector.search.PropertiesDirectoryWalker
Gets the list of found properties files.
getKeyParts(String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Gets the parts of a properties key as a string array with the default seperator that is a dot
getKeyParts(String, PropertiesKeySeperator) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Gets the parts of a properties key as a string array
getKeyPartsAsList(String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Gets the parts of a properties key as list
getKeyPartsAsList(String, PropertiesKeySeperator) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Gets the parts of a properties key as list
getLanguageName(String, Locale) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleExtensions
Gets the display language name from the given language code in the given Locale.
getLocale(String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves a Locale from the given country code.
getLocale(String, String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves a Locale from the given country code.
getLocaleFilenameSuffix(Locale) - Static method in class io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.resourcebundle.locale.LocaleExtensions
Gets the locale file name suffix for instance '_de_DE' for the Locale.GERMANY.
getLocaleName(Locale) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleExtensions
Gets the locale name for instance 'de_DE' for the Locale.GERMANY.
getLocales(String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves a Locale objects from the given language code.
getLocalesFromCountryCode(String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves a list of Locale from the given country code
getLocalPropertiesFromClass(Class<?>, Class<?>, Locale) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Gets the properties.
getParentPropertiesKey(String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Gets the parent properties key as a string
getParentPropertiesKey(String, PropertiesKeySeperator) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesKeyExtensions
Gets the parent properties key as a string
getProjectName() - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Gets the project name from the 'project.properties'.
getPropertiesKey(String) - Method in class io.github.astrapi69.resourcebundle.locale.PropertiesKeysListResolver
Gets the properties key from the given object.
getRedundantKeys(File) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Gets the redundant keys in properties files from the given directory.
getResources(String, boolean) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Gets a list with urls from the given path for all resources.
getResultList() - Method in class io.github.astrapi69.resourcebundle.locale.PropertiesKeysListResolver
Gets the result list from the display values.
getSeparatorAsRegex() - Method in enum class io.github.astrapi69.resourcebundle.properties.PropertiesKeySeperator
Gets the separator as a regex if needed
getSeparatorAsString() - Method in enum class io.github.astrapi69.resourcebundle.properties.PropertiesKeySeperator
Gets the separator as a string
getString(ResourceBundle, String, String, Object...) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Gets the string from the given ResourceBundle object.
getString(BundleKey) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Resolves the String object from the given BundleKey.
getString(String, Locale, String, String, Object...) - Static method in class io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Resolves from the given base name and locale the ResourceBundle and get the String from the given key and parameters.
getString(ResourceBundle, String, Object...) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Gets the string from the given ResourceBundle object.
getString(ResourceBundle, String, String) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Gets the string from the given ResourceBundle object.
getStringQuietly(ResourceBundle, String, String, Object...) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Gets the string from the given ResourceBundle object.
getStringQuietly(String, Locale, String, String, Object...) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Resolves from the given base name and locale the ResourceBundle and get the String from the given key and parameters.
getStringQuietly(ResourceBundle, String, Object...) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Gets the string from the given ResourceBundle object.
getStringQuietly(ResourceBundle, String, String) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
Gets the string from the given ResourceBundle object.
GREEK - Static variable in class io.github.astrapi69.resourcebundle.locale.Locales
Useful constant for the greek language.

H

HELLENIC - Static variable in class io.github.astrapi69.resourcebundle.locale.Locales
Useful constant for the hellenic language.

I

INVALID_CHARACTERS - Static variable in class io.github.astrapi69.resourcebundle.inspector.validator.PropertiesNormalizer
The invalid characters.
io.github.astrapi69.resourcebundle.config - package io.github.astrapi69.resourcebundle.config
This package provides a class for resolve configuration properties
io.github.astrapi69.resourcebundle.file.namefilter - package io.github.astrapi69.resourcebundle.file.namefilter
This package provides specific classes for properties an xml file names that implements the inteface java.io.FilenameFilter
io.github.astrapi69.resourcebundle.inspector.core - package io.github.astrapi69.resourcebundle.inspector.core
This package provides base classes for the inspection of properties
io.github.astrapi69.resourcebundle.inspector.io - package io.github.astrapi69.resourcebundle.inspector.io
This package provides a class for reading the lines of a properties file
io.github.astrapi69.resourcebundle.inspector.search - package io.github.astrapi69.resourcebundle.inspector.search
This package provides classes for the search and inspection of a properties files
io.github.astrapi69.resourcebundle.inspector.search.processor - package io.github.astrapi69.resourcebundle.inspector.search.processor
This package provides classes and intefaces for the processing the search and inspection of a properties files
io.github.astrapi69.resourcebundle.inspector.validator - package io.github.astrapi69.resourcebundle.inspector.validator
This package provides base classes for the validation and normalization of properties
io.github.astrapi69.resourcebundle.locale - package io.github.astrapi69.resourcebundle.locale
This package provides bean and utility classes for locales and properties
io.github.astrapi69.resourcebundle.properties - package io.github.astrapi69.resourcebundle.properties
This package provides a utility class for reading, loading and converting of properties files
io.github.astrapisixtynine.resourcebundle.core - module io.github.astrapisixtynine.resourcebundle.core
The MIT License Copyright (C) 2015 Asterios Raptis Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
isISOCountryCode(String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Checks the given code if its a valide ISO 3166-1 countrycode.
isJarFile(URL) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Checks if the given URL is a jar file.
isNotJarFile(URL) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Checks if the given URL is not a jar file.

K

KeySearchBean - Class in io.github.astrapi69.resourcebundle.inspector.search.processor
The class KeySearchBean is model bean for search keys in all kind of files.
KeySearchBean() - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.processor.KeySearchBean
 
KeyValueLists - Class in io.github.astrapi69.resourcebundle.inspector.core
The Class KeyValueLists holds to lists for the keys and values from a properties file and a map to save duplicate keys and the occurrences of it.
KeyValueLists() - Constructor for class io.github.astrapi69.resourcebundle.inspector.core.KeyValueLists
 

L

loadProperties() - Method in class io.github.astrapi69.resourcebundle.config.ConfigurationPropertiesResolver
Try to load the configuration properties file from disk.
loadProperties(File) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Load a Properties-object from the given File-object.
loadProperties(Class<?>, String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Load properties.
loadProperties(Class<?>, String, String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Load properties.
loadProperties(String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Gives a Properties-object from the given packagepath.
loadProperties(String, String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Load properties.
loadProperties(T, String) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Load Properties object from the given arguments.
loadPropertiesFromClassObject(Class<?>, Locale) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Load the properties file from the given class object.
LocaleExtensions - Class in io.github.astrapi69.resourcebundle.locale
Extension class for Locales.
LocaleResolver - Class in io.github.astrapi69.resourcebundle.locale
The Class LocaleResolver helps to resolve locale objects and languages.
LocaleResolver() - Constructor for class io.github.astrapi69.resourcebundle.locale.LocaleResolver
 
Locales - Class in io.github.astrapi69.resourcebundle.locale
The Class Locales provides constants for different Locales that are not in the Locale class.
Locales() - Constructor for class io.github.astrapi69.resourcebundle.locale.Locales
 
LocaleValidator - Class in io.github.astrapi69.resourcebundle.inspector.validator
The Class LocaleValidator validates string values for locale objects.
LocaleValidator() - Constructor for class io.github.astrapi69.resourcebundle.inspector.validator.LocaleValidator
 

N

newBackupOf(File) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Creates a backup file from the given properties file.
newKeySearchBean(Properties, File, Set<File>, Locale, String...) - Static method in class io.github.astrapi69.resourcebundle.inspector.search.processor.KeySearchBean
Factory method to create a new KeySearchBean with the given arguments
newResourceKey(T, boolean, String) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceKeyFactory
Creates a new resource key from the given object and the given key.
newResourceKey(T, String) - Static method in class io.github.astrapi69.resourcebundle.locale.ResourceKeyFactory
Creates a new resource key from the given object and the given key.
normalizeProperties(String) - Static method in class io.github.astrapi69.resourcebundle.inspector.validator.PropertiesNormalizer
Replaces all occurrences from invalid characters with utf8 characters for the given path from the properties file and creates a backup file for comparisons if necessary.

O

oe - Static variable in class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
The Constant oe.
OE - Static variable in class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
The Constant OE.

P

process(KeySearchBean) - Method in class io.github.astrapi69.resourcebundle.inspector.search.processor.UsedKeysSearchFilter
process the given model.
process(UsedKeysSearchResult) - Method in class io.github.astrapi69.resourcebundle.inspector.search.processor.UnusedKeysSearchFilter
process the given model.
process(MODEL) - Method in interface io.github.astrapi69.resourcebundle.inspector.search.processor.FilterProcessor
process the given model.
PROPERTIES - Enum constant in enum class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
The file type with the extension '.properties'.
PropertiesDirectoryWalker - Class in io.github.astrapi69.resourcebundle.inspector.search
The Class PropertiesDirectoryWalker finds Properties files.
PropertiesDirectoryWalker() - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.PropertiesDirectoryWalker
Instantiates a new properties directory walker.
PropertiesExtensions - Class in io.github.astrapi69.resourcebundle.properties
The class PropertiesExtensions provides helper methods for Properties objects
PropertiesExtensions() - Constructor for class io.github.astrapi69.resourcebundle.properties.PropertiesExtensions
 
PropertiesFileExtensions - Class in io.github.astrapi69.resourcebundle.properties
The class PropertiesFileExtensions provides methods for load properties file
PropertiesFileExtensions() - Constructor for class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
 
PropertiesFileTypeExtensions - Enum Class in io.github.astrapi69.resourcebundle.file.namefilter
PropertiesKeyExtensions - Class in io.github.astrapi69.resourcebundle.properties
The class PropertiesKeyExtensions provides methods for split properties keys to parts and to concatenate properties parts back again
PropertiesKeySeperator - Enum Class in io.github.astrapi69.resourcebundle.properties
The enum class PropertiesKeySeperator provides the constants for the separation character of properties keys
PropertiesKeysListResolver<T> - Class in io.github.astrapi69.resourcebundle.locale
The abstract class AbstractPropertiesKeysListResolver provides the properties key for every value in the given list.
PropertiesKeysListResolver(String, String, List<T>) - Constructor for class io.github.astrapi69.resourcebundle.locale.PropertiesKeysListResolver
Instantiates a new properties list view renderer.
PropertiesKeysListResolver(String, List<T>) - Constructor for class io.github.astrapi69.resourcebundle.locale.PropertiesKeysListResolver
Instantiates a new properties list view renderer.
PropertiesLineReader - Class in io.github.astrapi69.resourcebundle.inspector.io
The Class PropertiesLineReader that can read from an Reader or inputstream all lines from a properties file.
PropertiesLineReader(InputStream) - Constructor for class io.github.astrapi69.resourcebundle.inspector.io.PropertiesLineReader
Instantiates a new properties line reader.
PropertiesLineReader(Reader) - Constructor for class io.github.astrapi69.resourcebundle.inspector.io.PropertiesLineReader
Instantiates a new properties line reader.
PropertiesListResolver - Class in io.github.astrapi69.resourcebundle.inspector.search
The Class PropertiesListResolver finds all properties files from the given root directory and save it to a key value list with the locales.
PropertiesListResolver(File, Locale) - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.PropertiesListResolver
Instantiates a new PropertiesListResolver.
PropertiesNormalizer - Class in io.github.astrapi69.resourcebundle.inspector.validator
Normalizes Properties and replaces existing invalid characters to utf8 characters.
PropertiesNormalizer() - Constructor for class io.github.astrapi69.resourcebundle.inspector.validator.PropertiesNormalizer
 
PropertiesResolver - Class in io.github.astrapi69.resourcebundle.inspector.search
The Class PropertiesResolver finds all properties file from the given root directory and save it to a map with the locale string code.
PropertiesResolver(File) - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.PropertiesResolver
Instantiates a new PropertiesResolver.
PropertiesResourceBundleFilenameFilter - Class in io.github.astrapi69.resourcebundle.file.namefilter
The class PropertiesResourceBundleFilenameFilter for accept only bundle properties files with various locale extensions.
PropertiesResourceBundleFilenameFilter(String) - Constructor for class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesResourceBundleFilenameFilter
Instantiates a new resource bundle filename filter.
PropertiesXmlResourceBundleFilenameFilter - Class in io.github.astrapi69.resourcebundle.file.namefilter
The Class PropertiesXmlResourceBundleFilenameFilter for accept only bundle properties files with various locale extensions.
PropertiesXmlResourceBundleFilenameFilter(String) - Constructor for class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesXmlResourceBundleFilenameFilter
Instantiates a new resource bundle filename filter.

R

readLine() - Method in class io.github.astrapi69.resourcebundle.inspector.io.PropertiesLineReader
Read line.
removeComments(File) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Removes the comments from the given properties file.
resolve() - Method in class io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.resourcebundle.properties.PropertiesFileExtensions
Resolves all the available languages for the given resource bundle name in the given bundle package.
resolveAvailableLocales() - Method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolve available locales on the current system.
resolveBundleName(File) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves the bundle name from the given properties file.
resolveLocale(File) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves the locale from the given properties file.
resolveLocale(File, boolean) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves the locale from the given properties file.
resolveLocale(File, Locale, boolean) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves the locale from the given properties file.
resolveLocale(String) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves the Locale object from the given locale code.
resolveLocale(String, boolean) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves the Locale object from the given locale code.
resolveLocale(String, Locale, boolean) - Static method in class io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves the Locale object from the given locale code.
resolveLocaleCode(File) - Static method in class io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.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 io.github.astrapi69.resourcebundle.locale.LocaleResolver
Resolves all the available Locales to the given resource bundle name in the given bundle package.
ResourceBundleExtensions - Class in io.github.astrapi69.resourcebundle.locale
The class ResourceBundleExtensions holds extension methods for the class ResourceBundle.
ResourceBundleExtensions() - Constructor for class io.github.astrapi69.resourcebundle.locale.ResourceBundleExtensions
 
ResourceBundleKey - Class in io.github.astrapi69.resourcebundle.locale
The class ResourceBundleKey represents a resource bundle key.
ResourceBundleKey() - Constructor for class io.github.astrapi69.resourcebundle.locale.ResourceBundleKey
 
ResourceBundleResolver - Class in io.github.astrapi69.resourcebundle.locale
ResourceBundleResolver() - Constructor for class io.github.astrapi69.resourcebundle.locale.ResourceBundleResolver
 
ResourceKeyFactory - Class in io.github.astrapi69.resourcebundle.locale
A factory for creating new resource(properties) key as String objects.
ResourceKeyFactory() - Constructor for class io.github.astrapi69.resourcebundle.locale.ResourceKeyFactory
 
RUSSIAN - Static variable in class io.github.astrapi69.resourcebundle.locale.Locales
Useful constant for the greek language.

S

SCHWAEBISCH - Static variable in class io.github.astrapi69.resourcebundle.locale.Locales
Useful constant for the german language in variant schwaebisch.
sss - Static variable in class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
The Constant sss.
start(File) - Method in class io.github.astrapi69.resourcebundle.inspector.search.PropertiesDirectoryWalker
Start.

T

toString(Properties) - Static method in class io.github.astrapi69.resourcebundle.properties.PropertiesExtensions
Converts the given Properties object to a String object

U

ue - Static variable in class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
The Constant ue.
UE - Static variable in class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
The Constant UE.
Umlaute - Class in io.github.astrapi69.resourcebundle.inspector.core
The Class Umlaute have the chars of the german 'umlaute'.
Umlaute() - Constructor for class io.github.astrapi69.resourcebundle.inspector.core.Umlaute
 
UNDERSCORE - Enum constant in enum class io.github.astrapi69.resourcebundle.properties.PropertiesKeySeperator
The underscore separator character
UnusedKeysSearchFilter - Class in io.github.astrapi69.resourcebundle.inspector.search.processor
The class UnusedKeysSearchFilter finds the unused keys from properties.
UnusedKeysSearchFilter() - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.processor.UnusedKeysSearchFilter
 
UnusedKeysSearchResult - Class in io.github.astrapi69.resourcebundle.inspector.search.processor
UnusedKeysSearchResult() - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.processor.UnusedKeysSearchResult
 
UsedKeysSearchFilter - Class in io.github.astrapi69.resourcebundle.inspector.search.processor
The class UsedKeysSearchFilter can process KeySearchBean and find used keys.
UsedKeysSearchFilter() - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.processor.UsedKeysSearchFilter
 
UsedKeysSearchResult - Class in io.github.astrapi69.resourcebundle.inspector.search.processor
The Class UsedKeysSearchResult keeps the result from the search and the a reference from the search model.
UsedKeysSearchResult() - Constructor for class io.github.astrapi69.resourcebundle.inspector.search.processor.UsedKeysSearchResult
 
UTF8_PROPERTIES - Enum constant in enum class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
The file type with the extension '.utf8.properties'.

V

validate(String) - Static method in class io.github.astrapi69.resourcebundle.inspector.validator.LocaleValidator
Validate the given code.
valueOf(String) - Static method in enum class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class io.github.astrapi69.resourcebundle.properties.PropertiesKeySeperator
Returns the enum constant of this class with the specified name.
values() - Static method in enum class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class io.github.astrapi69.resourcebundle.properties.PropertiesKeySeperator
Returns an array containing the constants of this enum class, in the order they are declared.

X

XML - Enum constant in enum class io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
The file type with the extension '.properties.xml'.
A B C D F G H I K L N O P R S T U V X 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form