Class NonClassFileArchiveEntryHandler
- java.lang.Object
-
- org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
-
- All Implemented Interfaces:
ArchiveEntryHandler
public class NonClassFileArchiveEntryHandler extends Object implements ArchiveEntryHandler
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
-
-
Constructor Summary
Constructors Constructor Description NonClassFileArchiveEntryHandler(ScanResultCollector resultCollector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleEntry(ArchiveEntry entry, ArchiveContext context)
Handle the entry
-
-
-
Constructor Detail
-
NonClassFileArchiveEntryHandler
public NonClassFileArchiveEntryHandler(ScanResultCollector resultCollector)
-
-
Method Detail
-
handleEntry
public void handleEntry(ArchiveEntry entry, ArchiveContext context)
Description copied from interface:ArchiveEntryHandler
Handle the entry- Specified by:
handleEntry
in interfaceArchiveEntryHandler
- Parameters:
entry
- The entry to handlecontext
- The visitation context
-
-