Class RemoteFilterImpl

java.lang.Object
org.eclipse.ecf.remoteservice.util.RemoteFilterImpl
org.eclipse.ecf.provider.remoteservice.generic.RemoteFilterImpl
All Implemented Interfaces:
IRemoteFilter, Filter

public class RemoteFilterImpl extends RemoteFilterImpl implements IRemoteFilter
  • Constructor Details

  • Method Details

    • match

      public boolean match(IRemoteServiceReference reference)
      Description copied from interface: IRemoteFilter
      Filter using a remote service's properties.

      The filter is executed using the keys and values of the referenced service's properties. The keys are case insensitively matched with the filter.

      Specified by:
      match in interface IRemoteFilter
      Overrides:
      match in class RemoteFilterImpl
      Parameters:
      reference - The reference to the service whose properties are used in the match.
      Returns:
      true if the service's properties match this filter; false otherwise.
    • match

      public boolean match(ServiceReference reference)
      Specified by:
      match in interface Filter
      Overrides:
      match in class RemoteFilterImpl