getProperty abstract method

String getProperty(
  1. String key
)

Get a property by key. If the property is not set, an empty string is returned.

@param key The property key.

@return The property value.

Implementation

String getProperty(String key);