Package org.eclipse.jgit.revwalk
Class RevFlag.StaticRevFlag
java.lang.Object
org.eclipse.jgit.revwalk.RevFlag
org.eclipse.jgit.revwalk.RevFlag.StaticRevFlag
- Enclosing class:
- RevFlag
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.jgit.revwalk.RevFlag
RevFlag.StaticRevFlag
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the revision walk instance this flag was created from.
-
Constructor Details
-
StaticRevFlag
StaticRevFlag(String n, int m)
-
-
Method Details
-
getRevWalk
Description copied from class:RevFlag
Get the revision walk instance this flag was created from.- Overrides:
getRevWalk
in classRevFlag
- Returns:
- the walker this flag was allocated out of, and belongs to.
-