Class PluginRegistry.PluginFilter

    • Constructor Summary

      Constructors 
      Constructor Description
      PluginFilter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean accept​(IPluginModelBase model)
      Returns whether the given model is accepted by this filter.
      • Methods inherited from class java.lang.Object

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

      • PluginFilter

        public PluginFilter()
    • Method Detail

      • accept

        public boolean accept​(IPluginModelBase model)
        Returns whether the given model is accepted by this filter.
        Parameters:
        model - plug-in model
        Returns:
        whether accepted by this filter