Class PropertiesExtractor


  • public class PropertiesExtractor
    extends Object
    • Constructor Detail

      • PropertiesExtractor

        public PropertiesExtractor​(Properties properties,
                                   String propertiesFileName)
    • Method Detail

      • getSystemVariableReplacedProperty

        public String getSystemVariableReplacedProperty​(String propName)
      • getSystemVariableReplacedProperty

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

        public int getIntegerProperty​(String key,
                                      int defaultValue)