Package org.hibernate.boot.archive.spi
Interface ArchiveEntryHandler
-
- All Known Implementing Classes:
ClassFileArchiveEntryHandler
,NonClassFileArchiveEntryHandler
,PackageInfoArchiveEntryHandler
public interface ArchiveEntryHandler
Handler for archive entries, based on the classified type of the entry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleEntry(ArchiveEntry entry, ArchiveContext context)
Handle the entry
-
-
-
Method Detail
-
handleEntry
void handleEntry(ArchiveEntry entry, ArchiveContext context)
Handle the entry- Parameters:
entry
- The entry to handlecontext
- The visitation context
-
-