public class NonClassFileArchiveEntryHandler extends Object implements ArchiveEntryHandler
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
NonClassFileArchiveEntryHandler.Callback
Contract for the thing interested in being notified about accepted mapping file descriptors. 
 | 
| Constructor and Description | 
|---|
NonClassFileArchiveEntryHandler(ScanOptions scanOptions,
                               NonClassFileArchiveEntryHandler.Callback callback)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
handleEntry(ArchiveEntry entry,
           ArchiveContext context)
Handle the entry 
 | 
protected void | 
notifyMatchedMappingFile(ArchiveEntry entry)  | 
protected MappingFileDescriptor | 
toMappingFileDescriptor(ArchiveEntry entry)  | 
public NonClassFileArchiveEntryHandler(ScanOptions scanOptions, NonClassFileArchiveEntryHandler.Callback callback)
public void handleEntry(ArchiveEntry entry, ArchiveContext context)
ArchiveEntryHandlerhandleEntry in interface ArchiveEntryHandlerentry - The entry to handlecontext - The visitation contextprotected final void notifyMatchedMappingFile(ArchiveEntry entry)
protected MappingFileDescriptor toMappingFileDescriptor(ArchiveEntry entry)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.