Package org.eclipse.jgit.revwalk.filter
Class ObjectFilter.AllFilter
java.lang.Object
org.eclipse.jgit.revwalk.filter.ObjectFilter
org.eclipse.jgit.revwalk.filter.ObjectFilter.AllFilter
- Enclosing class:
- ObjectFilter
-
Field Summary
Fields inherited from class org.eclipse.jgit.revwalk.filter.ObjectFilter
ALL -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninclude(ObjectWalk walker, AnyObjectId o) Determine if the named object should be included in the walk.
-
Constructor Details
-
AllFilter
private AllFilter()
-
-
Method Details
-
include
Description copied from class:ObjectFilterDetermine if the named object should be included in the walk.- Specified by:
includein classObjectFilter- Parameters:
walker- the active walker this filter is being invoked from within.o- the object currently being tested.- Returns:
trueif the named object should be included in the walk.
-