Package org.eclipse.jgit.revwalk
Class RevFlag.StaticRevFlag
- java.lang.Object
-
- org.eclipse.jgit.revwalk.RevFlag
-
- org.eclipse.jgit.revwalk.RevFlag.StaticRevFlag
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.eclipse.jgit.revwalk.RevFlag
RevFlag.StaticRevFlag
-
-
Constructor Summary
Constructors Constructor Description StaticRevFlag(java.lang.String n, int m)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RevWalk
getRevWalk()
Get the revision walk instance this flag was created from.
-
-
-
Method Detail
-
getRevWalk
public RevWalk 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.
-
-