actionReport.getExtraProperties().put("systemProperties", new ArrayList(properties.values()));
if (properties.isEmpty()) {
actionReport.getTopMessagePart().setMessage("Nothing to list."); // i18n
}
ActionReportResult results = new ActionReportResult(commandName, actionReport, new OptionsResult());
return results;
}