Class DisabledScanner
- java.lang.Object
-
- org.hibernate.boot.archive.scan.internal.DisabledScanner
-
-
Constructor Summary
Constructors Constructor Description DisabledScanner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScanResult
scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
Perform the scanning against the described environment using the defined options, and return the scan results.
-
-
-
Method Detail
-
scan
public ScanResult scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters)
Description copied from interface:Scanner
Perform the scanning against the described environment using the defined options, and return the scan results.
-
-