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

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

Introduction

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

The text is from its open source code.

Method

TreeFiltercreate(Collection paths)
Create a collection of path filters.
TreeFiltercreate(PathFilter[] p)
TreeFiltercreateFromStrings(Collection paths)
Create a collection of path filters from Java strings.
TreeFiltercreateFromStrings(String... paths)
Create a collection of path filters from Java strings.