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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(Descriptor d)
Returns true if this filter matches the given object
-
-
-
Method Detail
-
matches
boolean matches(Descriptor d)
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
-
-