ConfigBuilder.getProperty

Searches for the property with the specified key in this property list. If the key is not found in this property list, the default property list, and its defaults, recursively, are then checked. The method returns {@code null} if the property is not found.

@param key the property key. @return the value in this property list with the specified key value. @see #setProperty @see #defaults

  1. string getProperty(string key)
  2. string getProperty(string key, string defaultValue)
    class ConfigBuilder
    string
    getProperty
    (
    string key
    ,)

Meta