public abstract class org.hibernate.tool.instrument.BasicInstrumentationTask implements org.hibernate.bytecode.buildtime.spi.Instrumenter$Options
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: org.hibernate.tool.instrument.BasicInstrumentationTask
super_class: java.lang.Object
{
private final org.hibernate.tool.instrument.BasicInstrumentationTask$LoggerBridge logger;
descriptor: Lorg/hibernate/tool/instrument/BasicInstrumentationTask$LoggerBridge;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private java.util.List filesets;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
private boolean extended;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private boolean verbose;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe import org.apache.tools cannot be resolved\n\tThe import org.apache.tools cannot be resolved\n\tThe import org.apache.tools cannot be resolved\n\tThe import org.apache.tools cannot be resolved\n\tThe import org.apache.tools cannot be resolved\n\tTask cannot be resolved to a type\n\tFileSet cannot be resolved to a type\n\tThe method execute() of type BasicInstrumentationTask must override or implement a supertype method\n\tBuildException cannot be resolved to a type\n\tBuildException cannot be resolved to a type\n\tProject cannot be resolved to a type\n\tThe method getProject() is undefined for the type BasicInstrumentationTask\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\tProject cannot be resolved to a variable\n\tProject cannot be resolved to a variable\n\tProject cannot be resolved to a variable\n\tProject cannot be resolved to a variable\n\tProject cannot be resolved to a variable\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
public void addFileset(FileSet);
descriptor: (LFileSet;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n\tFileSet cannot be resolved to a type\n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
MethodParameters:
Name Flags
set
protected final java.util.Iterator filesets();
descriptor: ()Ljava/util/Iterator;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
public boolean isExtended();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
public void setExtended(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
MethodParameters:
Name Flags
extended
public boolean isVerbose();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
public void setVerbose(boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
MethodParameters:
Name Flags
verbose
public final boolean performExtendedInstrumentation();
descriptor: ()Z
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problem: \n"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
protected abstract org.hibernate.bytecode.buildtime.spi.Instrumenter buildInstrumenter(org.hibernate.bytecode.buildtime.spi.Logger, org.hibernate.bytecode.buildtime.spi.Instrumenter$Options);
descriptor: (Lorg/hibernate/bytecode/buildtime/spi/Logger;Lorg/hibernate/bytecode/buildtime/spi/Instrumenter$Options;)Lorg/hibernate/bytecode/buildtime/spi/Instrumenter;
flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
MethodParameters:
Name Flags
logger
options
public void execute();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tThe method execute() of type BasicInstrumentationTask must override or implement a supertype method\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 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
Exceptions:
throws BuildException
private java.util.Set collectSpecifiedFiles();
descriptor: ()Ljava/util/Set;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.Error
dup
ldc "Unresolved compilation problems: \n\tProject cannot be resolved to a type\n\tThe method getProject() is undefined for the type BasicInstrumentationTask\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"
invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/hibernate/tool/instrument/BasicInstrumentationTask;
}
SourceFile: "BasicInstrumentationTask.java"
NestMembers:
org.hibernate.tool.instrument.BasicInstrumentationTask$LoggerBridge
InnerClasses:
public abstract Options = org.hibernate.bytecode.buildtime.spi.Instrumenter$Options of org.hibernate.bytecode.buildtime.spi.Instrumenter
protected LoggerBridge = org.hibernate.tool.instrument.BasicInstrumentationTask$LoggerBridge of org.hibernate.tool.instrument.BasicInstrumentationTask