Class PropertyTable

    • Constructor Detail

      • PropertyTable

        public PropertyTable()
    • Method Detail

      • getBoolean

        public boolean getBoolean​(String name)
        Gets a boolean value of a property with key name.
        Parameters:
        name - The key name
        Returns:
        the boolean value
      • get

        public String get​(String name,
                          boolean required)
        Gets the value of a property with key name.
        Parameters:
        name - The key name
        required - required is @{code true} if this property is required, false otherwise.
        Returns:
        the value