Java org.eclipse.jgit.treewalk.filter PathFilter fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.treewalk.filter PathFilter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.treewalk.filter PathFilter.

The text is from its open source code.

Method

PathFiltercreate(String path)
Create a new tree filter for a user supplied path.
booleaninclude(TreeWalk walker)
booleanisDone(TreeWalk walker)
Whether the path length of this filter matches the length of the current path of the supplied TreeWalk.