org.jvnet.hk2.component
Interface InhabitantFilter

All Known Implementing Classes:
InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter

@Contract
public interface InhabitantFilter

Contract used to determine if an inhabitant matches some criteria determined by the implementation.

Author:
Jeff Trent
See Also:
InhabitantTrackerContext

Method Summary
 boolean matches(Inhabitant<?> i)
           
 

Method Detail

matches

boolean matches(Inhabitant<?> i)
Returns:
true; if the inhabitant matches filter criteria


Copyright © 2011 Oracle Corporation. All Rights Reserved.