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 Type
    Method
    Description
    boolean
    Returns true if this filter matches the given object
  • Method Details

    • 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