Class IIOProviderContextListener.LocalFilter

  • All Implemented Interfaces:
    javax.imageio.spi.ServiceRegistry.Filter
    Enclosing class:
    IIOProviderContextListener

    static class IIOProviderContextListener.LocalFilter
    extends java.lang.Object
    implements javax.imageio.spi.ServiceRegistry.Filter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.ClassLoader loader  
    • Constructor Summary

      Constructors 
      Constructor Description
      LocalFilter​(java.lang.ClassLoader loader)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean filter​(java.lang.Object provider)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • loader

        private final java.lang.ClassLoader loader
    • Constructor Detail

      • LocalFilter

        public LocalFilter​(java.lang.ClassLoader loader)
    • Method Detail

      • filter

        public boolean filter​(java.lang.Object provider)
        Specified by:
        filter in interface javax.imageio.spi.ServiceRegistry.Filter