Class ObjectFilter.AllFilter

    • Field Summary

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private AllFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean include​(ObjectWalk walker, AnyObjectId o)
      Determine if the named object should be included in the walk.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AllFilter

        private AllFilter()
    • Method Detail

      • 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.