Class DepthWalk.ObjectWalk

All Implemented Interfaces:
AutoCloseable, Iterable<RevCommit>, DepthWalk
Enclosing interface:
DepthWalk

public static class DepthWalk.ObjectWalk extends ObjectWalk implements DepthWalk
Subclass of ObjectWalk that performs depth filtering.
  • Constructor Details

    • ObjectWalk

      public ObjectWalk(Repository repo, int depth)
      Parameters:
      repo - Repository to walk
      depth - Maximum depth to return
    • ObjectWalk

      public ObjectWalk(ObjectReader or, int depth)
      Parameters:
      or - Object Reader
      depth - Maximum depth to return
  • Method Details