Package org.openforis.utils
Class PropertiesExtractor
- java.lang.Object
-
- org.openforis.utils.PropertiesExtractor
-
public class PropertiesExtractor extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesExtractor(Properties properties, String propertiesFileName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIntegerProperty(String key, int defaultValue)StringgetProperty(String key)StringgetProperty(String key, String defaultValue)StringgetSystemVariableReplacedProperty(String propName)StringgetSystemVariableReplacedProperty(String propName, String defaultValue)
-
-
-
Constructor Detail
-
PropertiesExtractor
public PropertiesExtractor(Properties properties, String propertiesFileName)
-
-