Interface ArchiveAdapter.Selector
-
- Enclosing interface:
- ArchiveAdapter
public static interface ArchiveAdapter.Selector
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSelected(ArchiveAdapter.Entry entry)
callback to select an archive for processing
-
-
-
Method Detail
-
isSelected
boolean isSelected(ArchiveAdapter.Entry entry)
callback to select an archive for processing- Parameters:
entry
- the archive entry information- Returns:
- true if the archive entry has been selected for processing
-
-