org.glassfish.hk2.classmodel.reflect
Interface ArchiveSelector
public interface ArchiveSelector
An archive selector allows the user to select if an archive
should be parsed by the parser engine.
- Author:
- Jerome Dochez
Method Summary |
boolean |
selects(ArchiveAdapter adapter)
Returns true if the archive should be selected for processing |
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
Copyright © 2013 Oracle Corporation. All Rights Reserved.