D F G I K L N P R S U V 

D

DuplicatePropertiesKeyInspector - Class in resourcebundle.inspector.search
The Class DuplicatePropertiesKeyInspector.
DuplicatePropertiesKeyInspector(File) - Constructor for class resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
Instantiates a new duplicate properties key finder.
DuplicatePropertiesKeyInspector(InputStream) - Constructor for class resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
Instantiates a new duplicate properties key finder.

F

FilterProcessor<MODEL,RESULT> - Interface in resourcebundle.inspector.search.processor
The Interface FilterProcessor processes a given model and returns the result.
find() - Method in class resourcebundle.inspector.search.PropertiesFinder
Find.
findPropertiesFilesWithInvalidCharacters(File) - Static method in class resourcebundle.inspector.validator.PropertiesNormalizer
Finds properties files that contains invalid characters and adds them to the collection from the given directory recursively.

G

getBase() - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Gets the base.
getDuplicateMap() - Method in class resourcebundle.inspector.core.KeyValueLists
Gets the duplicate map.
getDuplicateValueMap() - Method in class resourcebundle.inspector.core.KeyValueLists
 
getExclude() - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Gets the exclude.
getFileExtensions() - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Gets the file extensions.
getKeys() - Method in class resourcebundle.inspector.core.KeyValueLists
Gets the keys of the properties file.
getLineBuffer() - Method in class resourcebundle.inspector.io.PropertiesLineReader
 
getLocale() - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Gets the locale.
getPropertiesToLocale() - Method in class resourcebundle.inspector.search.PropertiesFinder
Gets the properties to locale.
getResult() - Method in class resourcebundle.inspector.search.DuplicatePropertiesKeyInspector
Gets the result.
getRootDir() - Method in class resourcebundle.inspector.search.PropertiesFinder
Gets the root dir.
getSearchDir() - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Gets the search dir.
getSearchModel() - Method in class resourcebundle.inspector.search.processor.UsedKeysSearchResult
Gets the search model.
getUnusedKeys() - Method in class resourcebundle.inspector.search.processor.UnusedKeysSearchResult
Gets the unused keys.
getUsed() - Method in class resourcebundle.inspector.search.processor.UsedKeysSearchResult
Gets the used.
getValues() - Method in class resourcebundle.inspector.core.KeyValueLists
Gets the values of the properties file.

I

INVALID_CHARACTERS - Static variable in class resourcebundle.inspector.validator.PropertiesNormalizer
The invalid characters.

K

KeySearchModel - Class in resourcebundle.inspector.search.processor
The Class KeySearchModel is model for search keys in all kind of files.
KeySearchModel() - Constructor for class resourcebundle.inspector.search.processor.KeySearchModel
 
KeyValueLists - Class in 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 resourcebundle.inspector.core.KeyValueLists
 

L

LocaleValidator - Class in resourcebundle.inspector.validator
 
LocaleValidator() - Constructor for class resourcebundle.inspector.validator.LocaleValidator
 

N

normalizeProperties(String) - Static method in class 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.

P

process(MODEL) - Method in interface resourcebundle.inspector.search.processor.FilterProcessor
process the given model.
process(UsedKeysSearchResult) - Method in class resourcebundle.inspector.search.processor.UnusedKeysSearchFilter
 
process(KeySearchModel) - Method in class resourcebundle.inspector.search.processor.UsedKeysSearchFilter
 
PropertiesDirectoryWalker - Class in resourcebundle.inspector.search
The Class PropertiesDirectoryWalker finds Properties files.
PropertiesDirectoryWalker() - Constructor for class resourcebundle.inspector.search.PropertiesDirectoryWalker
Instantiates a new properties directory walker.
PropertiesFinder - Class in resourcebundle.inspector.search
The Class PropertiesFinder finds all properties file from the given root directory and save it to a map with the locale string code.
PropertiesFinder(File) - Constructor for class resourcebundle.inspector.search.PropertiesFinder
Instantiates a new properties finder.
PropertiesLineReader - Class in 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 resourcebundle.inspector.io.PropertiesLineReader
Instantiates a new properties line reader.
PropertiesLineReader(Reader) - Constructor for class resourcebundle.inspector.io.PropertiesLineReader
Instantiates a new properties line reader.
PropertiesNormalizer - Class in resourcebundle.inspector.validator
Normalizes Properties and replaces existing invalid characters to utf8 characters.
PropertiesNormalizer() - Constructor for class resourcebundle.inspector.validator.PropertiesNormalizer
 

R

readLine() - Method in class resourcebundle.inspector.io.PropertiesLineReader
Read line.
resourcebundle.inspector.core - package resourcebundle.inspector.core
 
resourcebundle.inspector.io - package resourcebundle.inspector.io
 
resourcebundle.inspector.search - package resourcebundle.inspector.search
 
resourcebundle.inspector.search.processor - package resourcebundle.inspector.search.processor
 
resourcebundle.inspector.validator - package resourcebundle.inspector.validator
 

S

setBase(Properties) - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Sets the base.
setExclude(Set<File>) - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Sets the exclude.
setFileExtensions(String[]) - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Sets the file extensions.
setLocale(Locale) - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Sets the locale.
setSearchDir(File) - Method in class resourcebundle.inspector.search.processor.KeySearchModel
Sets the search dir.
setSearchModel(KeySearchModel) - Method in class resourcebundle.inspector.search.processor.UsedKeysSearchResult
Sets the search model.
setUnusedKeys(Set<String>) - Method in class resourcebundle.inspector.search.processor.UnusedKeysSearchResult
Sets the unused keys.
setUsed(Properties) - Method in class resourcebundle.inspector.search.processor.UsedKeysSearchResult
Sets the used.
start(File) - Method in class resourcebundle.inspector.search.PropertiesDirectoryWalker
Start.

U

UnusedKeysSearchFilter - Class in resourcebundle.inspector.search.processor
The Class UnusedKeysSearchFilter finds the unused keys from properties.
UnusedKeysSearchFilter() - Constructor for class resourcebundle.inspector.search.processor.UnusedKeysSearchFilter
 
UnusedKeysSearchResult - Class in resourcebundle.inspector.search.processor
The Class UnusedKeysSearchResult.
UnusedKeysSearchResult() - Constructor for class resourcebundle.inspector.search.processor.UnusedKeysSearchResult
 
UsedKeysSearchFilter - Class in resourcebundle.inspector.search.processor
The Class UsedKeysSearchFilter finds the used keys from.
UsedKeysSearchFilter() - Constructor for class resourcebundle.inspector.search.processor.UsedKeysSearchFilter
 
UsedKeysSearchResult - Class in 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 resourcebundle.inspector.search.processor.UsedKeysSearchResult
 

V

validate(String) - Static method in class resourcebundle.inspector.validator.LocaleValidator
 
D F G I K L N P R S U V 

Copyright © 2015. All rights reserved.