Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.imageio.spi
Interface ServiceRegistry.Filter  view ServiceRegistry.Filter download ServiceRegistry.Filter.java

Enclosing interface:
ServiceRegistry

public static interface ServiceRegistry.Filter

A filter for selecting service providers that match custom criteria.

Since:
1.4

Method Summary
 boolean filter(java.lang.Object provider)
          Checks whether the specified service provider matches the constraints of this Filter.
 

Method Detail

filter

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