Package org.eclipse.jgit.revwalk
Interface DepthWalk
-
- All Known Implementing Classes:
DepthWalk.ObjectWalk,DepthWalk.RevWalk
public interface DepthWalkInterface for revision walkers that perform depth filtering.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classDepthWalk.CommitRevCommit with a depth (in commits) from a root.static classDepthWalk.ObjectWalkSubclass of ObjectWalk that performs depth filtering.static classDepthWalk.RevWalkSubclass of RevWalk that performs depth filtering.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetDepth()RevFlaggetReinterestingFlag()RevFlaggetUnshallowFlag()
-