public abstract class PathFilterUtils extends Object
| Constructor and Description |
|---|
PathFilterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.jgit.treewalk.filter.TreeFilter |
and(String... paths)
Create a diff filter that affects all the given paths
|
static org.eclipse.jgit.treewalk.filter.TreeFilter |
andSuffix(String... suffixes)
Create a diff filter affecting all of the given path suffixes
|
static org.eclipse.jgit.treewalk.filter.TreeFilter |
or(String... paths)
Create a diff filter that affects any of the given paths
|
static org.eclipse.jgit.treewalk.filter.TreeFilter |
orSuffix(String... suffixes)
Create a diff filter affecting any of the given path suffixes
|
public static org.eclipse.jgit.treewalk.filter.TreeFilter and(String... paths)
paths - public static org.eclipse.jgit.treewalk.filter.TreeFilter or(String... paths)
paths - public static org.eclipse.jgit.treewalk.filter.TreeFilter andSuffix(String... suffixes)
suffixes - public static org.eclipse.jgit.treewalk.filter.TreeFilter orSuffix(String... suffixes)
suffixes - Copyright © 2011-2015. All Rights Reserved.