Examples of oldPath()


Examples of org.locationtech.geogig.api.plumbing.diff.DiffEntry.oldPath()

                            fid = entry.oldPath() + " -> " + entry.newPath();
                        } else {
                            fid = entry.newPath();
                        }
                    } else if (entry.oldPath() != null) {
                        fid = entry.oldPath();
                    }
                    response += fid + ",";
                    response += commit.getId().toString() + ",";
                    response += parentId;
                    if (commit.getParentIds().size() > 1) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.