Class ObjectFilter.AllFilter

java.lang.Object
org.eclipse.jgit.revwalk.filter.ObjectFilter
org.eclipse.jgit.revwalk.filter.ObjectFilter.AllFilter
Enclosing class:
ObjectFilter

private static final class ObjectFilter.AllFilter extends ObjectFilter
  • Constructor Details

    • AllFilter

      private AllFilter()
  • Method Details

    • include

      public boolean include(ObjectWalk walker, AnyObjectId o)
      Description copied from class: ObjectFilter
      Determine if the named object should be included in the walk.
      Specified by:
      include in class ObjectFilter
      Parameters:
      walker - the active walker this filter is being invoked from within.
      o - the object currently being tested.
      Returns:
      true if the named object should be included in the walk.