A B C D F G H I K L N O P R S U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
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
- 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
-
Instantiates a new
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.
- DuplicatePropertiesKeyInspector - Class in io.github.astrapi69.resourcebundle.inspector.search
-
The Class
DuplicatePropertiesKeyInspector
. - 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 contains 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
-
Deprecated.use instead same name method with the Note: will be removed on next minor release.
- getDisplayValue(T) - Method in class io.github.astrapi69.resourcebundle.locale.PropertiesKeysListResolver
-
Gets the display value for the given object.
- 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
-
Deprecated.use instead the same name method with language code and country code
Note: will be removed in the next minor version - 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.
- 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.
- 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 givenBundleKey
. - 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 theString
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 theString
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 theString
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 theString
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 theString
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
- io.github.astrapi69.resourcebundle.file.namefilter - package io.github.astrapi69.resourcebundle.file.namefilter
- io.github.astrapi69.resourcebundle.inspector.core - package io.github.astrapi69.resourcebundle.inspector.core
- io.github.astrapi69.resourcebundle.inspector.io - package io.github.astrapi69.resourcebundle.inspector.io
- io.github.astrapi69.resourcebundle.inspector.search - package io.github.astrapi69.resourcebundle.inspector.search
- io.github.astrapi69.resourcebundle.inspector.search.processor - package io.github.astrapi69.resourcebundle.inspector.search.processor
- io.github.astrapi69.resourcebundle.inspector.validator - package io.github.astrapi69.resourcebundle.inspector.validator
- io.github.astrapi69.resourcebundle.locale - package io.github.astrapi69.resourcebundle.locale
- io.github.astrapi69.resourcebundle.properties - package io.github.astrapi69.resourcebundle.properties
- 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.
- LocaleExtensions() - Constructor for class io.github.astrapi69.resourcebundle.locale.LocaleExtensions
- 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 - 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.
- 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 in io.github.astrapi69.resourcebundle.file.namefilter
-
The enum
PropertiesFileTypeExtensions
. - 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 newLocale
. - 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 classResourceBundle
. - 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
-
The class
ResourceBundleResolver
. - 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.
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
- 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
-
The class
UnusedKeysSearchResult
. - 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 processKeySearchBean
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 - 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 io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
-
Returns an array containing the constants of this enum type, in the order they are declared.
X
- XML - io.github.astrapi69.resourcebundle.file.namefilter.PropertiesFileTypeExtensions
-
The file type with the extension '.properties.xml'.
All Classes All Packages