public class org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy implements org.springframework.boot.devtools.classpath.ClassPathRestartStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy
  super_class: java.lang.Object
{
  private final org.springframework.util.AntPathMatcher matcher;
    descriptor: Lorg/springframework/util/AntPathMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String[] excludePatterns;
    descriptor: [Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy this
        start local 1 // java.lang.String[] excludePatterns
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            new org.springframework.util.AntPathMatcher
            dup
            invokespecial org.springframework.util.AntPathMatcher.<init>:()V
            putfield org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy.matcher:Lorg/springframework/util/AntPathMatcher;
         2: .line 37
            aload 0 /* this */
            aload 1 /* excludePatterns */
            putfield org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy.excludePatterns:[Ljava/lang/String;
         3: .line 38
            return
        end local 1 // java.lang.String[] excludePatterns
        end local 0 // org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lorg/springframework/boot/devtools/classpath/PatternClassPathRestartStrategy;
            0    4     1  excludePatterns  [Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      excludePatterns  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy this
        start local 1 // java.lang.String excludePatterns
         0: .line 41
            aload 0 /* this */
            aload 1 /* excludePatterns */
            invokestatic org.springframework.util.StringUtils.commaDelimitedListToStringArray:(Ljava/lang/String;)[Ljava/lang/String;
            invokespecial org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy.<init>:([Ljava/lang/String;)V
         1: .line 42
            return
        end local 1 // java.lang.String excludePatterns
        end local 0 // org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/springframework/boot/devtools/classpath/PatternClassPathRestartStrategy;
            0    2     1  excludePatterns  Ljava/lang/String;
    MethodParameters:
                 Name  Flags
      excludePatterns  

  public boolean isRestartRequired(org.springframework.boot.devtools.filewatch.ChangedFile);
    descriptor: (Lorg/springframework/boot/devtools/filewatch/ChangedFile;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy this
        start local 1 // org.springframework.boot.devtools.filewatch.ChangedFile file
         0: .line 46
            aload 0 /* this */
            getfield org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy.excludePatterns:[Ljava/lang/String;
            dup
            astore 5
            arraylength
            istore 4
            iconst_0
            istore 3
            goto 5
      StackMap locals: org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy org.springframework.boot.devtools.filewatch.ChangedFile top int int java.lang.String[]
      StackMap stack:
         1: aload 5
            iload 3
            aaload
            astore 2 /* pattern */
        start local 2 // java.lang.String pattern
         2: .line 47
            aload 0 /* this */
            getfield org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy.matcher:Lorg/springframework/util/AntPathMatcher;
            aload 2 /* pattern */
            aload 1 /* file */
            invokevirtual org.springframework.boot.devtools.filewatch.ChangedFile.getRelativeName:()Ljava/lang/String;
            invokevirtual org.springframework.util.AntPathMatcher.match:(Ljava/lang/String;Ljava/lang/String;)Z
            ifeq 4
         3: .line 48
            iconst_0
            ireturn
        end local 2 // java.lang.String pattern
         4: .line 46
      StackMap locals:
      StackMap stack:
            iinc 3 1
      StackMap locals:
      StackMap stack:
         5: iload 3
            iload 4
            if_icmplt 1
         6: .line 51
            iconst_1
            ireturn
        end local 1 // org.springframework.boot.devtools.filewatch.ChangedFile file
        end local 0 // org.springframework.boot.devtools.classpath.PatternClassPathRestartStrategy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/springframework/boot/devtools/classpath/PatternClassPathRestartStrategy;
            0    7     1     file  Lorg/springframework/boot/devtools/filewatch/ChangedFile;
            2    4     2  pattern  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      file  
}
SourceFile: "PatternClassPathRestartStrategy.java"