public abstract class PropertiesRetriever extends Object
| Constructor and Description |
|---|
PropertiesRetriever() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,String> |
getAllProperties() |
boolean |
getBoolean(String key,
Boolean defaultValue) |
float |
getFloat(String key,
Float defaultValue) |
int |
getInteger(String key,
Integer defaultValue) |
Optional<String> |
getOptionalProperty(String name) |
abstract String |
getProperty(String name) |
Copyright © 2023. All rights reserved.