Class ClassFileArchiveEntryHandler
java.lang.Object
org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
- All Implemented Interfaces:
ArchiveEntryHandler
Defines handling and filtering for 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
-
ClassFileArchiveEntryHandler
-
-
Method Details
-
handleEntry
Description copied from interface:ArchiveEntryHandlerHandle the entry- Specified by:
handleEntryin interfaceArchiveEntryHandler- Parameters:
entry- The entry to handlecontext- The visitation context
-