org.jvnet.hk2.component
Class InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter

java.lang.Object
  extended by org.jvnet.hk2.component.InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter
All Implemented Interfaces:
InhabitantFilter
Enclosing class:
InhabitantTrackerContextBuilder

protected static class InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter
extends Object
implements InhabitantFilter


Constructor Summary
protected InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter(SimpleLdapMatcher matcher)
           
 
Method Summary
 boolean matches(Inhabitant<?> i)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter

protected InhabitantTrackerContextBuilder.AlteredLdapMatcherFilter(SimpleLdapMatcher matcher)
Method Detail

matches

public boolean matches(Inhabitant<?> i)
Specified by:
matches in interface InhabitantFilter
Returns:
true; if the inhabitant matches filter criteria

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 Oracle Corporation. All Rights Reserved.