javax.imageio.spi

Interface ServiceRegistry.Filter

public static interface ServiceRegistry.Filter

A filter for selecting service providers that match custom criteria.

Since: 1.4

See Also:

Method Summary
booleanfilter(Object provider)
Checks whether the specified service provider matches the constraints of this Filter.

Method Detail

filter

public boolean filter(Object provider)
Checks whether the specified service provider matches the constraints of this Filter.

Parameters: provider the service provider in question.

Returns: true if provider matches the criteria; false if it does not match.