Class PropertiesRetriever

    • Constructor Detail

      • PropertiesRetriever

        public PropertiesRetriever()
    • Method Detail

      • getAllProperties

        public abstract Map<String,​String> getAllProperties()
      • getBoolean

        public final boolean getBoolean​(String key,
                                        Boolean defaultValue)
      • getFloat

        public final float getFloat​(String key,
                                    Float defaultValue)
      • getInteger

        public final int getInteger​(String key,
                                    Integer defaultValue)
      • getProperty

        public abstract String getProperty​(String name)