Package org.hibernate.boot.archive.spi
Interface ArchiveEntryHandler
public interface ArchiveEntryHandler
Handler for archive entries, based on the classified type of the entry
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleEntry
(ArchiveEntry entry, ArchiveContext context) Handle the entry
-
Method Details
-
handleEntry
Handle the entry- Parameters:
entry
- The entry to handlecontext
- The visitation context
-