|
|||||||||
| Home >> All >> javax >> imageio >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.imageio.spi
Interface ServiceRegistry.Filter

- 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.
|
|||||||||
| Home >> All >> javax >> imageio >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC