public static interface

ServiceRegistry.Filter

javax.imageio.spi.ServiceRegistry.Filter

Class Overview

A simple filter interface used by ServiceRegistry.getServiceProviders to select providers matching an arbitrary criterion. Classes that implement this interface should be defined in order to make use of the getServiceProviders method of ServiceRegistry that takes a Filter.

Summary

Public Methods
abstract boolean filter(Object provider)
Returns true if the given provider object matches the criterion defined by this Filter.

Public Methods

public abstract boolean filter (Object provider)

Returns true if the given provider object matches the criterion defined by this Filter.

Parameters
provider a service provider Object.
Returns
  • true if the provider matches the criterion.