Package | Description |
---|---|
org.eclipse.jgit.treewalk.filter |
Filters for use in tree walking.
|
Modifier and Type | Method | Description |
---|---|---|
PathFilter |
PathFilter.clone() |
|
static PathFilter |
PathFilter.create(String path) |
Create a new tree filter for a user supplied path.
|
Modifier and Type | Method | Description |
---|---|---|
static TreeFilter |
PathFilterGroup.create(Collection<PathFilter> paths) |
Create a collection of path filters.
|
Copyright © 2018. All rights reserved.