Class PropertiesReader

    • Field Detail

    • Constructor Detail

      • PropertiesReader

        public PropertiesReader()
    • Method Detail

      • getAllProperties

        @NotNull
        public Map getAllProperties()
      • getProperty

        public String getProperty​(@NotNull
                                  String key)
      • getBoolean

        public boolean getBoolean​(@NotNull
                                  String key)
      • getInt

        public int getInt​(@NotNull
                          String key,
                          int dflt)
      • containsKey

        public boolean containsKey​(@NotNull
                                   String key)