| Package | Description |
|---|---|
| org.gitective.core.filter.tree |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionOccurrenceFilter
Filter that collects the occurrence count of every file extension of each
tree visited.
|
class |
TypeCountFilter
Tree filter that counts entries visited of a configured type
|
| Modifier and Type | Method and Description |
|---|---|
BaseTreeFilter |
TypeCountFilter.reset() |
BaseTreeFilter |
ExtensionOccurrenceFilter.reset() |
BaseTreeFilter |
BaseTreeFilter.reset()
Reset the filter.
|
BaseTreeFilter |
BaseTreeFilter.setRepository(org.eclipse.jgit.lib.Repository repository)
Set the repository for the walk that is about to begin.
|
BaseTreeFilter |
BaseTreeFilter.setStop(boolean stop)
Set whether the search should be stopped when a commit visited is not
included.
|
static BaseTreeFilter |
BaseTreeFilter.wrap(org.eclipse.jgit.treewalk.filter.TreeFilter filter)
Wrap the given non-null tree filter in a
BaseTreeFilter |
Copyright © 2011-2015. All Rights Reserved.