Uses of Class
org.eclipse.jgit.revwalk.RevFlagSet
Packages that use RevFlagSet
Package
Description
Walking revision graphs (commit history).
Filters for use in revision walking.
Transport (fetch/push) for different protocols.
-
Uses of RevFlagSet in org.eclipse.jgit.revwalk
Methods in org.eclipse.jgit.revwalk with parameters of type RevFlagSetModifier and TypeMethodDescriptionfinal void
RevObject.add
(RevFlagSet set) Add a set of flags to this object.final boolean
RevObject.hasAll
(RevFlagSet set) Test to see if all flags in the set have been set on this object.final boolean
RevObject.hasAny
(RevFlagSet set) Test to see if any flag in the set has been set on this object.final void
RevObject.remove
(RevFlagSet set) Remove a set of flags from this object.final void
RevWalk.resetRetain
(RevFlagSet retainFlags) Resets internal state and allows this instance to be used again.Constructors in org.eclipse.jgit.revwalk with parameters of type RevFlagSetModifierConstructorDescriptionCreate a set of flags, copied from an existing set. -
Uses of RevFlagSet in org.eclipse.jgit.revwalk.filter
Fields in org.eclipse.jgit.revwalk.filter declared as RevFlagSetMethods in org.eclipse.jgit.revwalk.filter with parameters of type RevFlagSetModifier and TypeMethodDescriptionstatic RevFilter
RevFlagFilter.hasAll
(RevFlagSet a) Create a new filter that tests all flags in a set.static RevFilter
RevFlagFilter.hasAny
(RevFlagSet a) Create a new filter that tests for any flag in a set.Constructors in org.eclipse.jgit.revwalk.filter with parameters of type RevFlagSetModifierConstructorDescription(package private)
HasAll
(RevFlagSet m) (package private)
HasAny
(RevFlagSet m) (package private)
-
Uses of RevFlagSet in org.eclipse.jgit.transport
Fields in org.eclipse.jgit.transport declared as RevFlagSet