* @return Array of the values associated with the property, or null if the
* property does not exist
* @throws IOException
*/
public Values getValues(Property property) throws IOException {
Values value = null;
if (property != null) {
// Get the property value from the profile returned
// from the match.
for (Profile profile : getProfiles()) {