if (params.getOperands().size() > 0) {
for (String op : params.getOperands())
props.add("DEFAULT", op);
}
final ActionReport report = new PlainTextActionReporter();
CommandExecution ce = new CommandExecution() {
public ActionReport getActionReport() {
return report;
}