| Package | Description |
|---|---|
| com.ufoscout.properlty.reader | |
| com.ufoscout.properlty.reader.decorator |
| Modifier and Type | Class and Description |
|---|---|
class |
EnvironmentVariablesReader
Return a
Map with all values from OS environment variables. |
class |
ProgrammaticPropertiesReader
A simple
Reader to programmatically manage properties. |
class |
PropertiesResourceReader
Return a
Map with all values from a properties file. |
class |
SystemPropertiesReader
Return a
Map with all existing system properties. |
| Modifier and Type | Class and Description |
|---|---|
class |
DecoratorReader
A
Reader decorator that applies a transformation other readers |
class |
PriorityQueueDecoratorReader
A
Reader that wraps a prioritized list of other Readers. |
class |
ReplacerDecoratorReader
A decorator that scrolls all values in a map and recursively replaces
placeholders with the appropriate value.
|
class |
ToLowerCaseAndDotKeyReader
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PriorityQueueDecoratorReader.add(Reader reader,
int priority) |
| Constructor and Description |
|---|
DecoratorReader(Reader reader) |
ReplacerDecoratorReader(Reader reader,
String startDelimiter,
String endDelimiter,
String defaultValueSeparator,
boolean ignoreUnresolvablePlaceholders,
boolean caseSensitive) |
ToLowerCaseAndDotKeyReader(Reader reader)
Deprecated.
|
Copyright © 2019. All rights reserved.