org.glassfish.hk2.classmodel.reflect
Interface ArchiveAdapter.Selector

Enclosing interface:
ArchiveAdapter

public static interface ArchiveAdapter.Selector


Method Summary
 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


Copyright © 2013 Oracle Corporation. All Rights Reserved.