Interface ArchiveSelector
-
public interface ArchiveSelector
An archive selector allows the user to select if an archive should be parsed by the parser engine.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
selects(ArchiveAdapter adapter)
Returns true if the archive should be selected for processing
-
-
-
Method Detail
-
selects
boolean selects(ArchiveAdapter adapter)
Returns true if the archive should be selected for processing- Parameters:
adapter
- the source archive- Returns:
- true if the archive should be selected
-
-