Class PropertiesExtractor

java.lang.Object
org.openforis.utils.PropertiesExtractor

public class PropertiesExtractor extends Object
  • Constructor Details

    • PropertiesExtractor

      public PropertiesExtractor(Properties properties, String propertiesFileName)
  • Method Details

    • getSystemVariableReplacedProperty

      public String getSystemVariableReplacedProperty(String propName)
    • getSystemVariableReplacedProperty

      public String getSystemVariableReplacedProperty(String propName, String defaultValue)
    • getIntegerProperty

      public int getIntegerProperty(String key, int defaultValue)
    • getProperty

      public String getProperty(String key)
    • getProperty

      public String getProperty(String key, String defaultValue)