Skip navigation links
A B C D E F G H I L O P R S T U V 

A

add(Reader, int) - Method in class com.ufoscout.properlty.reader.decorator.PriorityQueueDecoratorReader
 
add(String, String) - Method in class com.ufoscout.properlty.reader.ProgrammaticPropertiesReader
Add a new property
add(String, PropertyValue) - Method in class com.ufoscout.properlty.reader.ProgrammaticPropertiesReader
Add a new property
add(String, String) - Static method in class com.ufoscout.properlty.reader.Properties
 
add(String, PropertyValue) - Static method in class com.ufoscout.properlty.reader.Properties
 
allTokens(String, String, String) - Static method in class com.ufoscout.properlty.util.StringUtils
Return all tokens delimited by the startDelimiter and endDelimiter.
allTokens(String, String, String, boolean) - Static method in class com.ufoscout.properlty.util.StringUtils
Return all tokens delimited by the startDelimiter and endDelimiter.
apply(Map<String, PropertyValue>) - Method in class com.ufoscout.properlty.reader.decorator.DecoratorReader
 
apply(Map<String, PropertyValue>) - Method in class com.ufoscout.properlty.reader.decorator.ReplacerDecoratorReader
 
apply(Map<String, PropertyValue>) - Method in class com.ufoscout.properlty.reader.decorator.ToLowerCaseAndDotKeyReader
Deprecated.
 

B

build(String) - Static method in class com.ufoscout.properlty.reader.PropertiesResourceReader
Build a properties reader for the resource of a specified path.

C

charset(Charset) - Method in class com.ufoscout.properlty.reader.PropertiesResourceReader
The Charset of the resource.
CLASSPATH_PREFIX - Static variable in class com.ufoscout.properlty.util.FileUtils
 
com.ufoscout.properlty - package com.ufoscout.properlty
 
com.ufoscout.properlty.exception - package com.ufoscout.properlty.exception
 
com.ufoscout.properlty.reader - package com.ufoscout.properlty.reader
 
com.ufoscout.properlty.reader.decorator - package com.ufoscout.properlty.reader.decorator
 
com.ufoscout.properlty.util - package com.ufoscout.properlty.util
 

D

DecoratorReader - Class in com.ufoscout.properlty.reader.decorator
A Reader decorator that applies a transformation other readers
DecoratorReader(Reader) - Constructor for class com.ufoscout.properlty.reader.decorator.DecoratorReader
 
Default - Interface in com.ufoscout.properlty
 
DEFAULT_DEFAULT_VALUE_SEPARATOR - Static variable in interface com.ufoscout.properlty.Default
 
DEFAULT_PRIORITY - Static variable in interface com.ufoscout.properlty.Default
 

E

END_DELIMITER - Static variable in interface com.ufoscout.properlty.Default
 
EnvironmentVariablesReader - Class in com.ufoscout.properlty.reader
Return a Map with all values from OS environment variables.
EnvironmentVariablesReader() - Constructor for class com.ufoscout.properlty.reader.EnvironmentVariablesReader
 
EnvironmentVariablesReader(Supplier<Map<String, String>>) - Constructor for class com.ufoscout.properlty.reader.EnvironmentVariablesReader
 

F

FILE_PATH_PREFIX - Static variable in class com.ufoscout.properlty.util.FileUtils
 
FileUtils - Class in com.ufoscout.properlty.util
 
firstToken(String, String, String) - Static method in class com.ufoscout.properlty.util.StringUtils
Return the first token delimited by the startDelimiter and endDelimiter.

G

getCharset() - Method in class com.ufoscout.properlty.reader.PropertiesResourceReader
 
getStream(String) - Static method in class com.ufoscout.properlty.util.FileUtils
It returns an InputStream on the resource.
getValue() - Method in class com.ufoscout.properlty.reader.PropertyValue
The property value

H

hasTokens(String, String, String) - Static method in class com.ufoscout.properlty.util.StringUtils
Return true if the input String contains at least one token delimited by startDelimiter and endDelimiter
HIGHEST_PRIORITY - Static variable in interface com.ufoscout.properlty.Default
 

I

ignoreNotFound(boolean) - Method in class com.ufoscout.properlty.reader.PropertiesResourceReader
Whether to ignore if the resource is not found.
isIgnoreNotFound() - Method in class com.ufoscout.properlty.reader.PropertiesResourceReader
 
isResolvable() - Method in class com.ufoscout.properlty.reader.PropertyValue
Whether this property contains placeholders that should be resolved.

L

LIST_SEPARATOR - Static variable in interface com.ufoscout.properlty.Default
 
LOWEST_PRIORITY - Static variable in interface com.ufoscout.properlty.Default
 

O

of(String) - Static method in class com.ufoscout.properlty.reader.PropertyValue
 

P

PriorityQueueDecoratorReader - Class in com.ufoscout.properlty.reader.decorator
A Reader that wraps a prioritized list of other Readers.
PriorityQueueDecoratorReader() - Constructor for class com.ufoscout.properlty.reader.decorator.PriorityQueueDecoratorReader
 
ProgrammaticPropertiesReader - Class in com.ufoscout.properlty.reader
A simple Reader to programmatically manage properties.
Properties - Class in com.ufoscout.properlty.reader
Programmatic properties builder
Properties() - Constructor for class com.ufoscout.properlty.reader.Properties
 
PropertiesResourceReader - Class in com.ufoscout.properlty.reader
Return a Map with all values from a properties file.
PropertyValue - Class in com.ufoscout.properlty.reader
The value and attributes of a property
PropertyValue() - Constructor for class com.ufoscout.properlty.reader.PropertyValue
 

R

read() - Method in class com.ufoscout.properlty.reader.decorator.DecoratorReader
 
read() - Method in class com.ufoscout.properlty.reader.decorator.PriorityQueueDecoratorReader
 
read() - Method in class com.ufoscout.properlty.reader.EnvironmentVariablesReader
 
read() - Method in class com.ufoscout.properlty.reader.ProgrammaticPropertiesReader
 
read() - Method in class com.ufoscout.properlty.reader.PropertiesResourceReader
 
read() - Method in interface com.ufoscout.properlty.reader.Reader
 
read() - Method in class com.ufoscout.properlty.reader.SystemPropertiesReader
 
Reader - Interface in com.ufoscout.properlty.reader
 
replace(String, String) - Method in class com.ufoscout.properlty.reader.EnvironmentVariablesReader
Replace characters from the key.
ReplacerDecoratorReader - Class in com.ufoscout.properlty.reader.decorator
A decorator that scrolls all values in a map and recursively replaces placeholders with the appropriate value.
ReplacerDecoratorReader(Reader, String, String, String, boolean, boolean) - Constructor for class com.ufoscout.properlty.reader.decorator.ReplacerDecoratorReader
 
resolvable(boolean) - Method in class com.ufoscout.properlty.reader.PropertyValue
Whether this property contains placeholders that should be resolved.
ResourceNotFoundException - Exception in com.ufoscout.properlty.exception
 
ResourceNotFoundException(Throwable) - Constructor for exception com.ufoscout.properlty.exception.ResourceNotFoundException
 

S

START_DELIMITER - Static variable in interface com.ufoscout.properlty.Default
 
StringUtils - Class in com.ufoscout.properlty.util
 
SystemPropertiesReader - Class in com.ufoscout.properlty.reader
Return a Map with all existing system properties.
SystemPropertiesReader() - Constructor for class com.ufoscout.properlty.reader.SystemPropertiesReader
 

T

ToLowerCaseAndDotKeyReader - Class in com.ufoscout.properlty.reader.decorator
Deprecated.
ToLowerCaseAndDotKeyReader(Reader) - Constructor for class com.ufoscout.properlty.reader.decorator.ToLowerCaseAndDotKeyReader
Deprecated.
 

U

UnresolvablePlaceholdersException - Exception in com.ufoscout.properlty.exception
 
UnresolvablePlaceholdersException(String) - Constructor for exception com.ufoscout.properlty.exception.UnresolvablePlaceholdersException
 

V

value(String) - Method in class com.ufoscout.properlty.reader.PropertyValue
Set the property value
A B C D E F G H I L O P R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.