public class org.eclipse.jgit.hooks.Hooks
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jgit.hooks.Hooks
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jgit.hooks.Hooks this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jgit.hooks.Hooks this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jgit/hooks/Hooks;

  public static org.eclipse.jgit.hooks.PreCommitHook preCommit(org.eclipse.jgit.lib.Repository, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PreCommitHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
         0: .line 38
            new org.eclipse.jgit.hooks.PreCommitHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            invokespecial org.eclipse.jgit.hooks.PreCommitHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)V
            areturn
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0    1     1  outputStream  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  

  public static org.eclipse.jgit.hooks.PreCommitHook preCommit(org.eclipse.jgit.lib.Repository, java.io.PrintStream, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PreCommitHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
        start local 2 // java.io.PrintStream errorStream
         0: .line 55
            new org.eclipse.jgit.hooks.PreCommitHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            aload 2 /* errorStream */
            invokespecial org.eclipse.jgit.hooks.PreCommitHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)V
            areturn
        end local 2 // java.io.PrintStream errorStream
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0    1     1  outputStream  Ljava/io/PrintStream;
            0    1     2   errorStream  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  
      errorStream   

  public static org.eclipse.jgit.hooks.PostCommitHook postCommit(org.eclipse.jgit.lib.Repository, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PostCommitHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
         0: .line 71
            new org.eclipse.jgit.hooks.PostCommitHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            invokespecial org.eclipse.jgit.hooks.PostCommitHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)V
            areturn
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0    1     1  outputStream  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  

  public static org.eclipse.jgit.hooks.PostCommitHook postCommit(org.eclipse.jgit.lib.Repository, java.io.PrintStream, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PostCommitHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
        start local 2 // java.io.PrintStream errorStream
         0: .line 88
            new org.eclipse.jgit.hooks.PostCommitHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            aload 2 /* errorStream */
            invokespecial org.eclipse.jgit.hooks.PostCommitHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)V
            areturn
        end local 2 // java.io.PrintStream errorStream
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0    1     1  outputStream  Ljava/io/PrintStream;
            0    1     2   errorStream  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  
      errorStream   

  public static org.eclipse.jgit.hooks.CommitMsgHook commitMsg(org.eclipse.jgit.lib.Repository, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/CommitMsgHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
         0: .line 103
            new org.eclipse.jgit.hooks.CommitMsgHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            invokespecial org.eclipse.jgit.hooks.CommitMsgHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)V
            areturn
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0    1     1  outputStream  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  

  public static org.eclipse.jgit.hooks.CommitMsgHook commitMsg(org.eclipse.jgit.lib.Repository, java.io.PrintStream, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/CommitMsgHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
        start local 2 // java.io.PrintStream errorStream
         0: .line 120
            new org.eclipse.jgit.hooks.CommitMsgHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            aload 2 /* errorStream */
            invokespecial org.eclipse.jgit.hooks.CommitMsgHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)V
            areturn
        end local 2 // java.io.PrintStream errorStream
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0    1     1  outputStream  Ljava/io/PrintStream;
            0    1     2   errorStream  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  
      errorStream   

  public static org.eclipse.jgit.hooks.PrePushHook prePush(org.eclipse.jgit.lib.Repository, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PrePushHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
         0: .line 135
            invokestatic org.eclipse.jgit.util.LfsFactory.getInstance:()Lorg/eclipse/jgit/util/LfsFactory;
            invokevirtual org.eclipse.jgit.util.LfsFactory.isAvailable:()Z
            ifeq 13
         1: .line 136
            invokestatic org.eclipse.jgit.util.LfsFactory.getInstance:()Lorg/eclipse/jgit/util/LfsFactory;
            aload 0 /* repo */
         2: .line 137
            aload 1 /* outputStream */
         3: .line 136
            invokevirtual org.eclipse.jgit.util.LfsFactory.getPrePushHook:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PrePushHook;
            astore 2 /* hook */
        start local 2 // org.eclipse.jgit.hooks.PrePushHook hook
         4: .line 138
            aload 2 /* hook */
            ifnull 13
         5: .line 139
            aload 2 /* hook */
            invokevirtual org.eclipse.jgit.hooks.PrePushHook.isNativeHookPresent:()Z
            ifeq 12
         6: .line 140
            aload 1 /* outputStream */
            astore 3 /* ps */
        start local 3 // java.io.PrintStream ps
         7: .line 141
            aload 3 /* ps */
            ifnonnull 9
         8: .line 142
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            astore 3 /* ps */
         9: .line 144
      StackMap locals: org.eclipse.jgit.hooks.PrePushHook java.io.PrintStream
      StackMap stack:
            aload 3 /* ps */
        10: .line 145
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.lfsHookConflict:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* repo */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        11: .line 144
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 3 // java.io.PrintStream ps
        12: .line 147
      StackMap locals:
      StackMap stack:
            aload 2 /* hook */
            areturn
        end local 2 // org.eclipse.jgit.hooks.PrePushHook hook
        13: .line 150
      StackMap locals:
      StackMap stack:
            new org.eclipse.jgit.hooks.PrePushHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            invokespecial org.eclipse.jgit.hooks.PrePushHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;)V
            areturn
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0   14     1  outputStream  Ljava/io/PrintStream;
            4   13     2          hook  Lorg/eclipse/jgit/hooks/PrePushHook;
            7   12     3            ps  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  

  public static org.eclipse.jgit.hooks.PrePushHook prePush(org.eclipse.jgit.lib.Repository, java.io.PrintStream, java.io.PrintStream);
    descriptor: (Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PrePushHook;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.eclipse.jgit.lib.Repository repo
        start local 1 // java.io.PrintStream outputStream
        start local 2 // java.io.PrintStream errorStream
         0: .line 167
            invokestatic org.eclipse.jgit.util.LfsFactory.getInstance:()Lorg/eclipse/jgit/util/LfsFactory;
            invokevirtual org.eclipse.jgit.util.LfsFactory.isAvailable:()Z
            ifeq 13
         1: .line 168
            invokestatic org.eclipse.jgit.util.LfsFactory.getInstance:()Lorg/eclipse/jgit/util/LfsFactory;
            aload 0 /* repo */
         2: .line 169
            aload 1 /* outputStream */
            aload 2 /* errorStream */
         3: .line 168
            invokevirtual org.eclipse.jgit.util.LfsFactory.getPrePushHook:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)Lorg/eclipse/jgit/hooks/PrePushHook;
            astore 3 /* hook */
        start local 3 // org.eclipse.jgit.hooks.PrePushHook hook
         4: .line 170
            aload 3 /* hook */
            ifnull 13
         5: .line 171
            aload 3 /* hook */
            invokevirtual org.eclipse.jgit.hooks.PrePushHook.isNativeHookPresent:()Z
            ifeq 12
         6: .line 172
            aload 1 /* outputStream */
            astore 4 /* ps */
        start local 4 // java.io.PrintStream ps
         7: .line 173
            aload 4 /* ps */
            ifnonnull 9
         8: .line 174
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            astore 4 /* ps */
         9: .line 176
      StackMap locals: org.eclipse.jgit.hooks.PrePushHook java.io.PrintStream
      StackMap stack:
            aload 4 /* ps */
        10: .line 177
            invokestatic org.eclipse.jgit.internal.JGitText.get:()Lorg/eclipse/jgit/internal/JGitText;
            getfield org.eclipse.jgit.internal.JGitText.lfsHookConflict:Ljava/lang/String;
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* repo */
            aastore
            invokestatic java.text.MessageFormat.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        11: .line 176
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 4 // java.io.PrintStream ps
        12: .line 179
      StackMap locals:
      StackMap stack:
            aload 3 /* hook */
            areturn
        end local 3 // org.eclipse.jgit.hooks.PrePushHook hook
        13: .line 182
      StackMap locals:
      StackMap stack:
            new org.eclipse.jgit.hooks.PrePushHook
            dup
            aload 0 /* repo */
            aload 1 /* outputStream */
            aload 2 /* errorStream */
            invokespecial org.eclipse.jgit.hooks.PrePushHook.<init>:(Lorg/eclipse/jgit/lib/Repository;Ljava/io/PrintStream;Ljava/io/PrintStream;)V
            areturn
        end local 2 // java.io.PrintStream errorStream
        end local 1 // java.io.PrintStream outputStream
        end local 0 // org.eclipse.jgit.lib.Repository repo
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   14     0          repo  Lorg/eclipse/jgit/lib/Repository;
            0   14     1  outputStream  Ljava/io/PrintStream;
            0   14     2   errorStream  Ljava/io/PrintStream;
            4   13     3          hook  Lorg/eclipse/jgit/hooks/PrePushHook;
            7   12     4            ps  Ljava/io/PrintStream;
    MethodParameters:
              Name  Flags
      repo          
      outputStream  
      errorStream   
}
SourceFile: "Hooks.java"