5556575859606162636465
if (path != null) { command.addPattern(path); } command.call(); context.setResponseContent(new CommandResponse() { @Override public void write(ResponseWriter out) throws Exception { out.start(); out.writeElement("Add", "Success");
136137138139140141142143144145146
AddOp command = geogig.command(AddOp.class); command.addPattern(path); command.call(); context.setResponseContent(new CommandResponse() { @Override public void write(ResponseWriter out) throws Exception { out.start();