Uses of Class
org.eclipse.jgit.errors.MissingObjectException
-
Packages that use MissingObjectException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.blame Computing blame/annotate information of files.org.eclipse.jgit.diff Comparing file contents by computing diffs.org.eclipse.jgit.dircache Reading and editing the directory cache (index).org.eclipse.jgit.internal.revwalk org.eclipse.jgit.internal.storage.dfs Distributed file system based repository storage.org.eclipse.jgit.internal.storage.file File based repository storage.org.eclipse.jgit.internal.storage.pack Reading/writing Git pack files.org.eclipse.jgit.internal.transport.connectivity org.eclipse.jgit.junit org.eclipse.jgit.lfs org.eclipse.jgit.lfs.lib org.eclipse.jgit.lib Core API for repository, config, refs, object database.org.eclipse.jgit.merge Content and commit history merge algorithms.org.eclipse.jgit.notes Git notes processing (for commits, etc).org.eclipse.jgit.pgm org.eclipse.jgit.pgm.debug org.eclipse.jgit.revplot Building/rendering revision graphs.org.eclipse.jgit.revwalk Walking revision graphs (commit history).org.eclipse.jgit.revwalk.filter Filters for use in revision walking.org.eclipse.jgit.transport Transport (fetch/push) for different protocols.org.eclipse.jgit.treewalk Walking and comparing directory/file trees (of commits, file system).org.eclipse.jgit.treewalk.filter Filters for use in tree walking. -
-
Uses of MissingObjectException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw MissingObjectException Modifier and Type Method Description private LogCommandLogCommand. add(boolean include, AnyObjectId start)LogCommandLogCommand. add(AnyObjectId start)Mark a commit to start graph traversal from.NameRevCommandNameRevCommand. add(java.lang.Iterable<ObjectId> ids)Add multiple objects to search for.NameRevCommandNameRevCommand. add(ObjectId id)Add an object to search for.LogCommandLogCommand. addRange(AnyObjectId since, AnyObjectId until)Adds the rangesince..untilprivate voidCloneCommand. checkout(Repository clonedRepo, FetchResult result)private RevCommitCherryPickCommand. getParentCommit(RevCommit srcCommit, RevWalk revWalk)LogCommandLogCommand. not(AnyObjectId start)Same as--not start, or^startprivate RevCommitCloneCommand. parseCommit(Repository clonedRepo, Ref ref) -
Uses of MissingObjectException in org.eclipse.jgit.blame
Methods in org.eclipse.jgit.blame that throw MissingObjectException Modifier and Type Method Description (package private) voidCandidate. beginResult(RevWalk rw)ReverseWalk.ReverseCommitReverseWalk. next()Pop the next most recent commit. -
Uses of MissingObjectException in org.eclipse.jgit.diff
Methods in org.eclipse.jgit.diff that throw MissingObjectException Modifier and Type Method Description private DiffFormatter.FormatResultDiffFormatter. createFormatResult(DiffEntry ent)(package private) voidSimilarityIndex. hash(ObjectLoader obj)FileHeaderDiffFormatter. toFileHeader(DiffEntry ent)Creates aFileHeaderrepresenting the givenDiffEntry -
Uses of MissingObjectException in org.eclipse.jgit.dircache
Methods in org.eclipse.jgit.dircache that throw MissingObjectException Modifier and Type Method Description private voidDirCacheCheckout. addTree(TreeWalk tw, ObjectId id)private booleanDirCacheCheckout. doCheckout()voidDirCacheCheckout. prescanOneTree()Scan index and merge tree (no HEAD).private static voidDirCacheCheckout. runBuiltinFilterCommand(Repository repo, DirCacheCheckout.CheckoutMetadata checkoutMetadata, ObjectLoader ol, java.io.OutputStream channel) -
Uses of MissingObjectException in org.eclipse.jgit.internal.revwalk
Methods in org.eclipse.jgit.internal.revwalk that throw MissingObjectException Modifier and Type Method Description java.util.Optional<RevCommit>BitmappedReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check all targets are reachable from the starters.java.util.Optional<RevCommit>PedestrianReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters) -
Uses of MissingObjectException in org.eclipse.jgit.internal.storage.dfs
Methods in org.eclipse.jgit.internal.storage.dfs that throw MissingObjectException Modifier and Type Method Description (package private) RefDfsRefDatabase. doPeel(Ref leaf)private longDfsPackFile. findDeltaBase(DfsReader ctx, ObjectId baseId)longDfsReader. getObjectSize(AnyObjectId objectId, int typeHint)Get only the size of an object.ObjectLoaderDfsReader. open(AnyObjectId objectId, int typeHint)Open an object from this database.ObjectStreamLargePackedWholeObject. openStream()Obtain an input stream to read this object's data.voidDfsReader. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, java.lang.Iterable<ObjectToPack> objects) -
Uses of MissingObjectException in org.eclipse.jgit.internal.storage.file
Methods in org.eclipse.jgit.internal.storage.file that throw MissingObjectException Modifier and Type Method Description private ObjectIdRefRefDirectory. doPeel(Ref leaf)abstract longPackIndex. findCRC32(AnyObjectId objId)Retrieve stored CRC32 checksum of the requested object raw-data (including header).longPackIndexV2. findCRC32(AnyObjectId objId)Retrieve stored CRC32 checksum of the requested object raw-data (including header).private longPack. findDeltaBase(ObjectId baseId)longWindowCursor. getObjectSize(AnyObjectId objectId, int typeHint)Get only the size of an object.ObjectLoaderPackInserter.Reader. open(AnyObjectId objectId, int typeHint)ObjectLoaderWindowCursor. open(AnyObjectId objectId, int typeHint)Open an object from this database.ObjectStreamLargePackedWholeObject. openStream()Obtain an input stream to read this object's data.ObjectStreamPackInserter.Reader.StreamLoader. openStream()ObjectStreamUnpackedObject.LargeObject. openStream()private RefRefDirectory. peeledPackedRef(Ref f)Make sure a ref is peeled and has the Storage PACKED.private voidGC. removeReferenced(java.util.Map<ObjectId,java.io.File> id2File, ObjectWalk w)Remove all entries from a map which key is the id of an object referenced by the given ObjectWalkvoidWindowCursor. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, java.lang.Iterable<ObjectToPack> objects)Select the best object representation for a packer. -
Uses of MissingObjectException in org.eclipse.jgit.internal.storage.pack
Methods in org.eclipse.jgit.internal.storage.pack that throw MissingObjectException Modifier and Type Method Description private byte[]DeltaWindow. buffer(DeltaWindowEntry ent)private PackWriterBitmapPreparer.CommitSelectionHelperPackWriterBitmapPreparer. captureOldAndNewCommits(RevWalk rw, int expectedCommitCount, java.util.Set<? extends ObjectId> excludeFromBitmapSelection)Records which of thewantscan be found in the previous GC pack's bitmap indices and which are new.private voidPackWriter. findObjectsToPackUsingBitmaps(BitmapWalker bitmapWalker, java.util.Set<? extends ObjectId> want, java.util.Set<? extends ObjectId> have)private DeltaIndexDeltaWindow. index(DeltaWindowEntry ent)private byte[]BaseSearch. readTree(AnyObjectId id)private voidPackWriter. searchForDeltas(ProgressMonitor monitor)private voidPackWriter. searchForDeltas(ProgressMonitor monitor, ObjectToPack[] list, int cnt)private voidPackWriter. searchForReuse(ProgressMonitor monitor, java.util.List<ObjectToPack> list)(package private) java.util.Collection<BitmapCommit>PackWriterBitmapPreparer. selectCommits(int expectedCommitCount, java.util.Set<? extends ObjectId> excludeFromBitmapSelection)Returns the commit objects for which bitmap indices should be built.voidObjectReuseAsIs. selectObjectRepresentation(PackWriter packer, ProgressMonitor monitor, java.lang.Iterable<ObjectToPack> objects)Select the best object representation for a packer. -
Uses of MissingObjectException in org.eclipse.jgit.internal.transport.connectivity
Methods in org.eclipse.jgit.internal.transport.connectivity that throw MissingObjectException Modifier and Type Method Description voidFullConnectivityChecker. checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, java.util.Set<ObjectId> haves, ProgressMonitor pm)voidIterativeConnectivityChecker. checkConnectivity(ConnectivityChecker.ConnectivityCheckInfo connectivityCheckInfo, java.util.Set<ObjectId> advertisedHaves, ProgressMonitor pm)private static java.util.Set<ObjectId>IterativeConnectivityChecker. extractAdvertisedParentCommits(java.util.Set<ObjectId> newRefs, java.util.Set<ObjectId> advertisedHaves, RevWalk rw) -
Uses of MissingObjectException in org.eclipse.jgit.junit
Methods in org.eclipse.jgit.junit that throw MissingObjectException Modifier and Type Method Description voidTestRepository. fsck(RevObject... tips)Run consistency checks against the object database. -
Uses of MissingObjectException in org.eclipse.jgit.lfs
Methods in org.eclipse.jgit.lfs that throw MissingObjectException Modifier and Type Method Description private static voidLfsPrePushHook. findLfsPointers(java.util.Set<LfsPointer> toPush, ObjectWalk walk)private java.util.Set<LfsPointer>LfsPrePushHook. findObjectsToPush()ObjectStreamLfsBlobLoader. openStream() -
Uses of MissingObjectException in org.eclipse.jgit.lfs.lib
Methods in org.eclipse.jgit.lfs.lib that throw MissingObjectException Modifier and Type Method Description booleanLfsPointerFilter. include(TreeWalk walk)Determine if the current entry is interesting to report. -
Uses of MissingObjectException in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that throw MissingObjectException Modifier and Type Method Description private static AnyObjectIdBlobBasedConfig. asTree(ObjectReader or, AnyObjectId treeish)voidObjectLoader. copyTo(java.io.OutputStream out)Copy this object to the output stream.byte[]ObjectLoader. getBytes(int sizeLimit)Obtain a copy of the bytes of this object.byte[]ObjectLoader. getCachedBytes(int sizeLimit)Obtain a reference to the (possibly cached) bytes of this object.longObjectReader.Filter. getObjectSize(AnyObjectId objectId, int typeHint)longObjectReader. getObjectSize(AnyObjectId objectId, int typeHint)Get only the size of an object.booleanIndexDiff.ProgressReportingFilter. include(TreeWalk walker)booleanAsyncObjectLoaderQueue. next()Position this queue onto the next available result.booleanAsyncObjectSizeQueue. next()Position this queue onto the next available result.ObjectLoaderObjectDatabase. open(AnyObjectId objectId, int typeHint)Open an object from this database.ObjectLoaderObjectReader.Filter. open(AnyObjectId objectId)ObjectLoaderObjectReader.Filter. open(AnyObjectId objectId, int typeHint)ObjectLoaderObjectReader. open(AnyObjectId objectId)Open an object from this database.abstract ObjectLoaderObjectReader. open(AnyObjectId objectId, int typeHint)Open an object from this database.ObjectLoaderRepository. open(AnyObjectId objectId)Open an object from this repository.ObjectLoaderRepository. open(AnyObjectId objectId, int typeHint)Open an object from this repository.abstract ObjectStreamObjectLoader. openStream()Obtain an input stream to read this object's data.RevCommitRepository. parseCommit(AnyObjectId id)Locate a reference to a commit and immediately parse its content.private static byte[]BlobBasedConfig. read(ObjectReader or, AnyObjectId blobId)private static byte[]BlobBasedConfig. read(Repository db, AnyObjectId blobId)private static byte[]BlobBasedConfig. read(Repository db, AnyObjectId treeish, java.lang.String path) -
Uses of MissingObjectException in org.eclipse.jgit.merge
Methods in org.eclipse.jgit.merge that throw MissingObjectException Modifier and Type Method Description protected booleanResolveMerger. processEntry(CanonicalTreeParser base, CanonicalTreeParser ours, CanonicalTreeParser theirs, DirCacheBuildIterator index, WorkingTreeIterator work, boolean ignoreConflicts, Attributes attributes)Processes one path and tries to merge taking git attributes in account.voidThreeWayMerger. setBase(AnyObjectId id)Set the common ancestor tree. -
Uses of MissingObjectException in org.eclipse.jgit.notes
Methods in org.eclipse.jgit.notes that throw MissingObjectException Modifier and Type Method Description byte[]NoteMap. getCachedBytes(AnyObjectId id, int sizeLimit)Open and return the content of an object's note.private voidNoteMap. load(ObjectId rootTree)private InMemoryNoteBucketNoteMapMerger. mergeLeafBucket(int treeDepth, LeafBucket bb, LeafBucket ob, LeafBucket tb)static NoteMapNoteMap. read(ObjectReader reader, RevCommit commit)Load a collection of notes from a branch.static NoteMapNoteMap. read(ObjectReader reader, RevTree tree)Load a collection of notes from a tree.static NoteMapNoteMap. readTree(ObjectReader reader, ObjectId treeId)Load a collection of notes from a tree. -
Uses of MissingObjectException in org.eclipse.jgit.pgm
Methods in org.eclipse.jgit.pgm that throw MissingObjectException Modifier and Type Method Description private voidShow. show(RevTree obj) -
Uses of MissingObjectException in org.eclipse.jgit.pgm.debug
Methods in org.eclipse.jgit.pgm.debug that throw MissingObjectException Modifier and Type Method Description private static byte[]ShowPackDelta. getDelta(ObjectReader reader, RevObject obj) -
Uses of MissingObjectException in org.eclipse.jgit.revplot
Methods in org.eclipse.jgit.revplot that throw MissingObjectException Modifier and Type Method Description RevCommitPlotWalk. next()Pop the next most recent commit. -
Uses of MissingObjectException in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk that throw MissingObjectException Modifier and Type Method Description private RevCommitMergeBaseGenerator. _next()voidRevCommitList. applyFlag(RevFilter matching, RevFlag flag)Apply a flag to all commits matching the specified filter.voidRevCommitList. applyFlag(RevFilter matching, RevFlag flag, int rangeBegin, int rangeEnd)Apply a flag to all commits matching the specified filter.default java.util.Optional<RevCommit>ReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.Collection<RevCommit> starters)Deprecated.java.util.Optional<RevCommit>ReachabilityChecker. areAllReachable(java.util.Collection<RevCommit> targets, java.util.stream.Stream<RevCommit> starters)Check if all targets are reachable from thestartercommits.voidObjectWalk. checkConnectivity()Verify all interesting objects are available, and reachable.static intRevWalkUtils. count(RevWalk walk, RevCommit start, RevCommit end)Count the number of commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.voidRevCommitList. fillTo(int highMark)Ensure this list contains at least a specified number of commits.voidRevCommitList. fillTo(RevCommit commitToLoad, int highMark)Ensures all commits until the given commit are loaded.static java.util.List<RevCommit>RevWalkUtils. find(RevWalk walk, RevCommit start, RevCommit end)Find commits that are reachable fromstartuntil a commit that is reachable fromendis encountered.static java.util.List<Ref>RevWalkUtils. findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, java.util.Collection<Ref> refs)Find the list of branches a given commit is reachable from when following parents.static java.util.List<Ref>RevWalkUtils. findBranchesReachableFrom(RevCommit commit, RevWalk revWalk, java.util.Collection<Ref> refs, ProgressMonitor monitor)Find the list of branches a given commit is reachable from when following parents.BitmapIndex.BitmapBuilderBitmapWalker. findObjects(java.lang.Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissing)Return, as a bitmap, the objects reachable from the objects in start.private BitmapIndex.BitmapBuilderBitmapWalker. findObjectsWalk(java.lang.Iterable<? extends ObjectId> start, BitmapIndex.BitmapBuilder seen, boolean ignoreMissingStart)(package private) byte[]RevWalk. getCachedBytes(RevObject obj)(package private) byte[]RevWalk. getCachedBytes(RevObject obj, ObjectLoader ldr)booleanBitmapWalker.BitmapObjectFilter. include(ObjectWalk walker, AnyObjectId objid)booleanFollowFilter. include(TreeWalk walker)Determine if the current entry is interesting to report.booleanTreeRevFilter. include(RevWalk walker, RevCommit c)Determine if the supplied commit should be included in results.booleanRevWalk. isMergedInto(RevCommit base, RevCommit tip)Determine if a commit is reachable from another commit.voidDepthWalk.ObjectWalk. markRoot(RevObject o)Mark a root commit (i.e., one whose depth should be considered 0.)voidDepthWalk.RevWalk. markRoot(RevCommit c)Mark a root commit (i.e., one whose depth should be considered 0.)voidObjectWalk. markStart(RevObject o)Mark an object or commit to start graph traversal from.voidRevWalk. markStart(java.util.Collection<RevCommit> list)Mark commits to start graph traversal from.voidRevWalk. markStart(RevCommit c)Mark a commit to start graph traversal from.private voidObjectWalk. markTreeUninteresting(RevTree tree)voidObjectWalk. markUninteresting(RevObject o)Mark an object to not produce in the output.voidRevWalk. markUninteresting(RevCommit c)Mark a commit to not produce in the output.voidDepthWalk.ObjectWalk. markUnshallow(RevObject c)Mark an element which used to be shallow in the client, but which should now be considered a full commit.RevObjectAsyncRevObjectQueue. next()Obtain the next object.(package private) RevCommitBoundaryGenerator.InitialGenerator. next()(package private) RevCommitBoundaryGenerator. next()(package private) RevCommitDelayRevQueue. next()(package private) RevCommitDepthGenerator. next()(package private) RevCommitFixUninterestingGenerator. next()(package private) abstract RevCommitGenerator. next()Return the next commit to the application, or the next generator.(package private) RevCommitMergeBaseGenerator. next()RevCommitObjectWalk. next()Pop the next most recent commit.(package private) RevCommitPendingGenerator. next()RevCommitRevWalk. next()Pop the next most recent commit.(package private) RevCommitRewriteGenerator. next()(package private) RevCommitStartGenerator. next()(package private) RevCommitTopoNonIntermixSortGenerator. next()(package private) RevCommitTopoSortGenerator. next()RevObjectObjectWalk. nextObject()Pop the next most recent object.RevObjectRevWalk. parseAny(AnyObjectId id)Locate a reference to any object and immediately parse its headers.(package private) voidRevBlob. parseBody(RevWalk walk)(package private) voidRevCommit. parseBody(RevWalk walk)(package private) abstract voidRevObject. parseBody(RevWalk walk)(package private) voidRevTag. parseBody(RevWalk walk)(package private) voidRevTree. parseBody(RevWalk walk)voidRevWalk. parseBody(RevObject obj)Ensure the object's full body content is available.RevCommitRevWalk. parseCommit(AnyObjectId id)Locate a reference to a commit and immediately parse its content.(package private) voidRevBlob. parseHeaders(RevWalk walk)(package private) voidRevCommit. parseHeaders(RevWalk walk)(package private) abstract voidRevObject. parseHeaders(RevWalk walk)(package private) voidRevTag. parseHeaders(RevWalk walk)(package private) voidRevTree. parseHeaders(RevWalk walk)voidRevWalk. parseHeaders(RevObject obj)Ensure the object's critical headers have been parsed.private RevObjectRevWalk. parseNew(AnyObjectId id, ObjectLoader ldr)RevTagRevWalk. parseTag(AnyObjectId id)Locate a reference to an annotated tag and immediately parse its content.RevTreeRevWalk. parseTree(AnyObjectId id)Locate a reference to a tree.RevObjectRevWalk. peel(RevObject obj)Peel back annotated tags until a non-tag object is found.private RevObjectObjectWalk. pushTree(RevObject obj)private voidTreeRevFilter. updateFollowFilter(ObjectId[] trees, DiffConfig cfg)Constructors in org.eclipse.jgit.revwalk that throw MissingObjectException Constructor Description BlockRevQueue(Generator s)DateRevQueue(Generator s)DepthGenerator(DepthWalk w, Generator s)FIFORevQueue(Generator s)LIFORevQueue(Generator s)TopoNonIntermixSortGenerator(Generator s)Create a new sorter and completely spin the generator.TopoSortGenerator(Generator s)Create a new sorter and completely spin the generator. -
Uses of MissingObjectException in org.eclipse.jgit.revwalk.filter
Methods in org.eclipse.jgit.revwalk.filter that throw MissingObjectException Modifier and Type Method Description booleanAndRevFilter.Binary. include(RevWalk walker, RevCommit c)booleanAndRevFilter.List. include(RevWalk walker, RevCommit c)booleanCommitTimeRevFilter.After. include(RevWalk walker, RevCommit cmit)booleanCommitTimeRevFilter.Before. include(RevWalk walker, RevCommit cmit)booleanCommitTimeRevFilter.Between. include(RevWalk walker, RevCommit cmit)booleanMaxCountRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanNotRevFilter. include(RevWalk walker, RevCommit c)Determine if the supplied commit should be included in results.abstract booleanObjectFilter. include(ObjectWalk walker, AnyObjectId objid)Determine if the named object should be included in the walk.booleanOrRevFilter.Binary. include(RevWalk walker, RevCommit c)booleanOrRevFilter.List. include(RevWalk walker, RevCommit c)booleanPatternMatchRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.abstract booleanRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanRevFlagFilter.HasAll. include(RevWalk walker, RevCommit c)booleanRevFlagFilter.HasAny. include(RevWalk walker, RevCommit c)booleanSkipRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results.booleanSubStringRevFilter. include(RevWalk walker, RevCommit cmit)Determine if the supplied commit should be included in results. -
Uses of MissingObjectException in org.eclipse.jgit.transport
Methods in org.eclipse.jgit.transport that throw MissingObjectException Modifier and Type Method Description private static java.util.List<RevObject>UploadPack. objectIdsToRevObjects(RevWalk walk, java.lang.Iterable<ObjectId> objectIds)private voidWalkFetchConnection. pushLocalCommit(RevCommit p) -
Uses of MissingObjectException in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that throw MissingObjectException Modifier and Type Method Description intTreeWalk. addTree(AnyObjectId id)Add an already existing tree object for walking.voidTreeWalk. enterSubtree()Enter into the current subtree.static TreeWalkTreeWalk. forPath(ObjectReader reader, java.lang.String path, AnyObjectId... trees)Open a tree walk and filter to exactly one path.static TreeWalkTreeWalk. forPath(Repository db, java.lang.String path, AnyObjectId... trees)Open a tree walk and filter to exactly one path.static TreeWalkTreeWalk. forPath(Repository db, java.lang.String path, RevTree tree)Open a tree walk and filter to exactly one path.static TreeWalkTreeWalk. forPath(Repository repo, ObjectReader reader, java.lang.String path, AnyObjectId... trees)Open a tree walk and filter to exactly one path.booleanTreeWalk. next()Advance this walker to the next relevant entry.private static java.lang.StringWorkingTreeIterator. readContentAsNormalizedString(DirCacheEntry entry, ObjectReader reader)voidTreeWalk. reset(AnyObjectId id)Reset this walker to run over a single existing tree.voidTreeWalk. reset(AnyObjectId... ids)Reset this walker to run over a set of existing trees. -
Uses of MissingObjectException in org.eclipse.jgit.treewalk.filter
Methods in org.eclipse.jgit.treewalk.filter that throw MissingObjectException Modifier and Type Method Description intTreeFilterMarker. getMarks(TreeWalk walk)Test the filters against the walk.booleanAndTreeFilter.Binary. include(TreeWalk walker)booleanAndTreeFilter.List. include(TreeWalk walker)booleanIndexDiffFilter. include(TreeWalk tw)Determine if the current entry is interesting to report.booleanNotIgnoredFilter. include(TreeWalk tw)Determine if the current entry is interesting to report.booleanNotTreeFilter. include(TreeWalk walker)Determine if the current entry is interesting to report.booleanOrTreeFilter.Binary. include(TreeWalk walker)booleanOrTreeFilter.List. include(TreeWalk walker)booleanPathSuffixFilter. include(TreeWalk walker)Determine if the current entry is interesting to report.abstract booleanTreeFilter. include(TreeWalk walker)Determine if the current entry is interesting to report.intAndTreeFilter.Binary. matchFilter(TreeWalk walker)intAndTreeFilter.List. matchFilter(TreeWalk walker)intNotTreeFilter. matchFilter(TreeWalk walker)Determine if the current entry is a parent, a match, or no match.intOrTreeFilter.Binary. matchFilter(TreeWalk walker)intOrTreeFilter.List. matchFilter(TreeWalk walker)intTreeFilter. matchFilter(TreeWalk walker)Determine if the current entry is a parent, a match, or no match.
-