Uses of Class
org.eclipse.jgit.revwalk.filter.RevFilter
Packages that use RevFilter
Package
Description
High-level API commands (the porcelain of JGit).
Reading/writing Git pack files.
Walking revision graphs (commit history).
Filters for use in revision walking.
-
Uses of RevFilter in org.eclipse.jgit.api
Fields in org.eclipse.jgit.api declared as RevFilterMethods in org.eclipse.jgit.api with parameters of type RevFilterModifier and TypeMethodDescriptionLogCommand.setRevFilter(RevFilter aFilter) Set a filter for theLogCommand. -
Uses of RevFilter in org.eclipse.jgit.internal.revwalk
Subclasses of RevFilter in org.eclipse.jgit.internal.revwalkModifier and TypeClassDescriptionclassA RevFilter that adds the visited commits tobitmapas a side effect.classA RevFilter that adds the visited commits tobitmapas a side effect.classA RevFilter that adds the visited commits tobitmapas a side effect.private static classThis filter emits commits that were not bitmap-reachable from anything visited before.Methods in org.eclipse.jgit.internal.revwalk that return RevFilter -
Uses of RevFilter in org.eclipse.jgit.internal.storage.pack
Subclasses of RevFilter in org.eclipse.jgit.internal.storage.packModifier and TypeClassDescriptionprivate static classA RevFilter that excludes the commits named in a bitmap from the walk. -
Uses of RevFilter in org.eclipse.jgit.pgm
Fields in org.eclipse.jgit.pgm with type parameters of type RevFilter -
Uses of RevFilter in org.eclipse.jgit.revwalk
Subclasses of RevFilter in org.eclipse.jgit.revwalkModifier and TypeClassDescriptionclassFilter applying aTreeFilteragainst changed paths in each commit.Fields in org.eclipse.jgit.revwalk declared as RevFilterModifier and TypeFieldDescriptionprivate final RevFilterPendingGenerator.filterprivate RevFilterRevWalk.filterMethods in org.eclipse.jgit.revwalk that return RevFilterModifier and TypeMethodDescriptionTreeRevFilter.clone()RevWalk.getRevFilter()Get the currently configured commit filter.Methods in org.eclipse.jgit.revwalk with parameters of type RevFilterModifier and TypeMethodDescriptionvoidApply a flag to all commits matching the specified filter.voidApply a flag to all commits matching the specified filter.voidRevWalk.setRevFilter(RevFilter newFilter) Set the commit filter for this walker.Constructors in org.eclipse.jgit.revwalk with parameters of type RevFilterModifierConstructorDescription(package private)PendingGenerator(RevWalk w, DateRevQueue p, RevFilter f, int out) -
Uses of RevFilter in org.eclipse.jgit.revwalk.filter
Subclasses of RevFilter in org.eclipse.jgit.revwalk.filterModifier and TypeClassDescriptionclassIncludes a commit only if all subfilters include the same commit.private static classprivate static classprivate static classprivate static classprivate static classprivate static classclassSelects commits based upon the commit time field.private static classprivate static classprivate static classclassLimits the number of commits output.private static classprivate static classclassIncludes a commit only if the subfilter does not include the commit.classIncludes a commit if any subfilters include the same commit.private static classprivate static classclassAbstract filter that searches text using extended regular expressions.private static final classprivate static final classprivate static final classprivate static final classprivate static final classclassMatches only commits with some/all RevFlags already set.private static classprivate static classclassFilter that includes commits after a configured number are skipped.classAbstract filter that searches text using only substring search.Fields in org.eclipse.jgit.revwalk.filter declared as RevFilterModifier and TypeFieldDescriptionprivate final RevFilterAndRevFilter.Binary.aprivate final RevFilterNotRevFilter.aprivate final RevFilterOrRevFilter.Binary.astatic final RevFilterRevFilter.ALLDefault filter that always returns true (thread safe).private final RevFilterAndRevFilter.Binary.bprivate final RevFilterOrRevFilter.Binary.bstatic final RevFilterRevFilter.MERGE_BASESelects only merge bases of the starting points (thread safe).static final RevFilterRevFilter.NO_MERGESExcludes commits with more than one parent (thread safe).static final RevFilterRevFilter.NONEDefault filter that always returns false (thread safe).static final RevFilterRevFilter.ONLY_MERGESFilter including only merge commits, excluding all commits with less than two parents (thread safe).private final RevFilter[]AndRevFilter.List.subfiltersprivate final RevFilter[]OrRevFilter.List.subfiltersMethods in org.eclipse.jgit.revwalk.filter that return RevFilterModifier and TypeMethodDescriptionstatic final RevFilterCommitTimeRevFilter.after(long ts) Create a new filter to select commits after a given date/time.static final RevFilterCreate a new filter to select commits after a given date/time.static final RevFilterCommitTimeRevFilter.before(long ts) Create a new filter to select commits before a given date/time.static final RevFilterCreate a new filter to select commits before a given date/time.static final RevFilterCommitTimeRevFilter.between(long since, long until) Create a new filter to select commits after or equal a given date/timesinceand before or equal a given date/timeuntil.static final RevFilterCreate a new filter to select commits after or equal a given date/timesinceand before or equal a given date/timeuntil.AndRevFilter.Binary.clone()AndRevFilter.List.clone()AuthorRevFilter.PatternSearch.clone()CommitterRevFilter.PatternSearch.clone()CommitTimeRevFilter.clone()MaxCountRevFilter.clone()MessageRevFilter.PatternSearch.clone()NotRevFilter.clone()OrRevFilter.Binary.clone()OrRevFilter.List.clone()RevFilter.AllFilter.clone()abstract RevFilterRevFilter.clone()RevFilter.MergeBaseFilter.clone()RevFilter.NoMergesFilter.clone()RevFilter.NoneFilter.clone()RevFilter.OnlyMergesFilter.clone()RevFlagFilter.clone()SkipRevFilter.clone()SubStringRevFilter.clone()static RevFilterAndRevFilter.create(Collection<RevFilter> list) Create a filter around many filters, all of which must match.static RevFilterCreate a filter around many filters, all of which must match.static RevFilterCreate a filter with two filters, both of which must match.static RevFilterCreate a new author filter.static RevFilterCreate a new committer filter.static RevFilterMaxCountRevFilter.create(int maxCount) Create a new max count filter.static RevFilterCreate a message filter.static RevFilterCreate a filter that negates the result of another filter.static RevFilterOrRevFilter.create(Collection<RevFilter> list) Create a filter around many filters, one of which must match.static RevFilterCreate a filter around many filters, one of which must match.static RevFilterCreate a filter with two filters, one of which must match.static RevFilterSkipRevFilter.create(int skip) Create a new skip filter.static RevFilterCreate a new filter that tests for a single flag.static RevFilterCreate a new filter that tests all flags in a set.static RevFilterRevFlagFilter.hasAll(RevFlagSet a) Create a new filter that tests all flags in a set.static RevFilterCreate a new filter that tests for any flag in a set.static RevFilterRevFlagFilter.hasAny(RevFlagSet a) Create a new filter that tests for any flag in a set.NotRevFilter.negate()Create a new filter that does the opposite of this filter.RevFilter.negate()Create a new filter that does the opposite of this filter.Methods in org.eclipse.jgit.revwalk.filter with parameters of type RevFilterModifier and TypeMethodDescriptionstatic RevFilterCreate a filter around many filters, all of which must match.static RevFilterCreate a filter with two filters, both of which must match.static RevFilterCreate a filter that negates the result of another filter.static RevFilterCreate a filter around many filters, one of which must match.static RevFilterCreate a filter with two filters, one of which must match.Method parameters in org.eclipse.jgit.revwalk.filter with type arguments of type RevFilterModifier and TypeMethodDescriptionstatic RevFilterAndRevFilter.create(Collection<RevFilter> list) Create a filter around many filters, all of which must match.static RevFilterOrRevFilter.create(Collection<RevFilter> list) Create a filter around many filters, one of which must match.Constructors in org.eclipse.jgit.revwalk.filter with parameters of type RevFilter