Example usage for org.eclipse.jgit.dircache DirCacheEditor.PathEdit subclass-usage

List of usage examples for org.eclipse.jgit.dircache DirCacheEditor.PathEdit subclass-usage

Introduction

In this page you can find the example usage for org.eclipse.jgit.dircache DirCacheEditor.PathEdit subclass-usage.

Usage

From source file com.google.gerrit.server.edit.tree.AddPath.java

/**
 * A {@code PathEdit} which adds a file path to the index. This operation is the counterpart to
 * {@link org.eclipse.jgit.dircache.DirCacheEditor.DeletePath}.
 */
class AddPath extends DirCacheEditor.PathEdit {