public class PropertiesExtractor extends Object
| Constructor and Description |
|---|
PropertiesExtractor(Properties properties,
String propertiesFileName) |
| Modifier and Type | Method and Description |
|---|---|
int |
getIntegerProperty(String key,
int defaultValue) |
String |
getProperty(String key) |
String |
getProperty(String key,
String defaultValue) |
String |
getSystemVariableReplacedProperty(String propName) |
String |
getSystemVariableReplacedProperty(String propName,
String defaultValue) |
public PropertiesExtractor(Properties properties, String propertiesFileName)
Copyright © 2020 Open Foris. All rights reserved.