437438439440441442443444445
* * @param options the parameter set * @return the built command */ static AddWebOp buildAdd(ParameterSet options) { AddWebOp command = new AddWebOp(); command.setPath(options.getFirstValue("path", null)); return command; }