Class ReadOp.PluginBlackList

  • All Implemented Interfaces:
    ReadOp.Options
    Enclosing class:
    ReadOp

    public static class ReadOp.PluginBlackList
    extends java.lang.Object
    implements ReadOp.Options
    A container of plugin names that should not be used to load an image.
    • Constructor Summary

      Constructors 
      Constructor Description
      PluginBlackList​(java.lang.String... plugins)  
    • Method Summary

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

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

      • PluginBlackList

        public PluginBlackList​(@Nonnull
                               java.lang.String... plugins)
    • Method Detail

      • contains

        public boolean contains​(@Nonnull
                                java.lang.String pluginName)