public class org.hibernate.tool.hbm2ddl.SchemaValidatorTask
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.hibernate.tool.hbm2ddl.SchemaValidatorTask
  super_class: java.lang.Object
{
  private java.util.List<FileSet> fileSets;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<LFileSet;>;

  private java.io.File propertiesFile;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private java.io.File configurationFile;
    descriptor: Ljava/io/File;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String implicitNamingStrategy;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String physicalNamingStrategy;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 30
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tThe import org.apache cannot be resolved\n\tMatchingTask cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tProject cannot be resolved to a variable\n\tBuildException cannot be resolved to a type\n\tProject cannot be resolved to a variable\n\tThe method execute() of type SchemaValidatorTask must override or implement a supertype method\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tThe method getProject() is undefined for the type SchemaValidatorTask\n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tDirectoryScanner cannot be resolved to a type\n\tThe method getProject() is undefined for the type SchemaValidatorTask\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;

  public void addFileset(FileSet);
    descriptor: (LFileSet;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 66
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
         Name  Flags
      fileSet  

  public void setProperties(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBuildException cannot be resolved to a type\n\tProject cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
                Name  Flags
      propertiesFile  

  public void setConfig(java.io.File);
    descriptor: (Ljava/io/File;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 89
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tBuildException cannot be resolved to a type\n\tProject cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
                   Name  Flags
      configurationFile  

  public void setNamingStrategy(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
                Name  Flags
      namingStrategy  

  public void setImplicitNamingStrategy(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 102
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
                        Name  Flags
      implicitNamingStrategy  

  public void setPhysicalNamingStrategy(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 107
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
                        Name  Flags
      physicalNamingStrategy  

  public void execute();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 115
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method execute() of type SchemaValidatorTask must override or implement a supertype method\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    Exceptions:
      throws BuildException

  private void configure(org.hibernate.boot.registry.StandardServiceRegistryBuilder);
    descriptor: (Lorg/hibernate/boot/registry/StandardServiceRegistryBuilder;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 160
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getProject() is undefined for the type SchemaValidatorTask\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
                 Name  Flags
      registryBuilder  

  private void configure(org.hibernate.boot.MetadataSources);
    descriptor: (Lorg/hibernate/boot/MetadataSources;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 169
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
                 Name  Flags
      metadataSources  

  private java.lang.String[] collectFiles();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 183
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tDirectoryScanner cannot be resolved to a type\n\tThe method getProject() is undefined for the type SchemaValidatorTask\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;

  private void configure(org.hibernate.boot.MetadataBuilder, org.hibernate.boot.registry.StandardServiceRegistry);
    descriptor: (Lorg/hibernate/boot/MetadataBuilder;Lorg/hibernate/boot/registry/StandardServiceRegistry;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
         0: .line 200
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.hibernate.tool.hbm2ddl.SchemaValidatorTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/hibernate/tool/hbm2ddl/SchemaValidatorTask;
    MethodParameters:
                 Name  Flags
      metadataBuilder  
      serviceRegistry  
}
SourceFile: "SchemaValidatorTask.java"