Interface IReadProperties

    • Method Detail

      • getString

        String getString​(String name)
                  throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException
      • getBoolean

        boolean getBoolean​(String name,
                           boolean def)
      • getBoolean

        boolean getBoolean​(String name)
                    throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException
      • getInt

        int getInt​(String name,
                   int def)
      • getLong

        long getLong​(String name,
                     long def)
      • getFloat

        float getFloat​(String name,
                       float def)
      • getDouble

        double getDouble​(String name,
                         double def)
      • getCalendar

        Calendar getCalendar​(String name)
                      throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException
      • isProperty

        boolean isProperty​(String name)
      • containsValue

        boolean containsValue​(Object value)
      • containsKey

        boolean containsKey​(Object key)