getPropertiesForPrefix abstract method

PropertyDict getPropertiesForPrefix(
  1. String prefix
)

Get all properties whose keys begin with prefix. If prefix is an empty string then all properties are returned.

@param prefix The prefix to search for (empty string if none). @return The matching property set.

Implementation

PropertyDict getPropertiesForPrefix(String prefix);