Class FooterKey

java.lang.Object
org.eclipse.jgit.revwalk.FooterKey

public final class FooterKey extends Object
Case insensitive key for a FooterLine.
  • Field Details

    • SIGNED_OFF_BY

      public static final FooterKey SIGNED_OFF_BY
      Standard Signed-off-by
    • ACKED_BY

      public static final FooterKey ACKED_BY
      Standard Acked-by
    • CC

      public static final FooterKey CC
      Standard CC
    • name

      private final String name
    • raw

      final byte[] raw
  • Constructor Details

    • FooterKey

      public FooterKey(String keyName)
      Create a key for a specific footer line.
      Parameters:
      keyName - name of the footer line.
  • Method Details

    • getName

      public String getName()
      Get name of this footer line.
      Returns:
      name of this footer line.
    • toString

      public String toString()
      Overrides:
      toString in class Object