Class NonClassFileArchiveEntryHandler
java.lang.Object
org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
- All Implemented Interfaces:
ArchiveEntryHandler
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
- Author:
- Steve Ebersole
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleEntry(ArchiveEntry entry, ArchiveContext context) Handle the entry
-
Constructor Details
-
NonClassFileArchiveEntryHandler
-
-
Method Details
-
handleEntry
Description copied from interface:ArchiveEntryHandlerHandle the entry- Specified by:
handleEntryin interfaceArchiveEntryHandler- Parameters:
entry- The entry to handlecontext- The visitation context
-