Class AbstractScannerImpl
java.lang.Object
org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
- All Implemented Interfaces:
Scanner
- Direct Known Subclasses:
StandardScanner
- Author:
- Steve Ebersole
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classprotected static class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractScannerImpl(ArchiveDescriptorFactory archiveDescriptorFactory) -
Method Summary
Modifier and TypeMethodDescriptionprotected URLresolveNonRootUrl(URL url) Handle <jar-file/> references from a persistence.xml file.scan(ScanEnvironment environment, ScanOptions options, ScanParameters parameters) Perform the scanning against the described environment using the defined options, and return the scan results.protected voidvalidateReuse(AbstractScannerImpl.ArchiveDescriptorInfo descriptor, boolean root)
-
Constructor Details
-
AbstractScannerImpl
-
-
Method Details
-
scan
Description copied from interface:ScannerPerform the scanning against the described environment using the defined options, and return the scan results. -
resolveNonRootUrl
Handle <jar-file/> references from a persistence.xml file. JPA allows for to be specific- Returns:
- The resolved non-root URL
-
validateReuse
-