87888990919293
commit.addInstruction(new AddNodeInstructionImpl(parentPath, name)); } @Override public void nodeCopied(String rootPath, String oldPath, String newPath) { commit.addInstruction(new CopyNodeInstructionImpl(rootPath, oldPath, newPath)); }