Class RevFlag.StaticRevFlag

java.lang.Object
org.eclipse.jgit.revwalk.RevFlag
org.eclipse.jgit.revwalk.RevFlag.StaticRevFlag
Enclosing class:
RevFlag

static class RevFlag.StaticRevFlag extends RevFlag
  • Constructor Details

    • StaticRevFlag

      StaticRevFlag(String n, int m)
  • Method Details

    • getRevWalk

      public RevWalk getRevWalk()
      Description copied from class: RevFlag
      Get the revision walk instance this flag was created from.
      Overrides:
      getRevWalk in class RevFlag
      Returns:
      the walker this flag was allocated out of, and belongs to.