|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gitective.core.PathFilterUtils
public abstract class PathFilterUtils
Utilities for filtering paths in a repository
| Constructor Summary | |
|---|---|
PathFilterUtils()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PathFilterUtils()
| Method Detail |
|---|
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 -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||