342343344345346347348349350
* * @param options the parameter set * @return the built command */ static TagWebOp buildTag(ParameterSet options) { TagWebOp command = new TagWebOp(); command.setList(Boolean.valueOf(options.getFirstValue("list", "false"))); return command; }