Package org.glassfish.hk2.api
Interface Filter
- All Known Subinterfaces:
IndexedFilter
- All Known Implementing Classes:
ChildFilter,Hk2BridgeImpl.NoLocalNoRemoteFilter,Hk2BridgeImpl.RemoveFilter,ImmediateLocalLocatorFilter,IndexedFilterImpl,Main.MainFilter,NoNameTypeFilter,OrFilter,ServiceLocatorImpl.UnqualifiedIndexedFilter,ServiceLocatorUtilities.AliasFilter,SpecificFilterImpl,StarFilter
public interface Filter
This object is used to search for items
in the service registry
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if this filter matches the given object
-
Method Details
-
matches
Returns true if this filter matches the given object- Parameters:
d- The object to match against this filter. May not be null- Returns:
- true if this filter matches the object
-