Interface PluginFilter


  • public interface PluginFilter
    A filter for loading plugins.
    Since:
    inetcore 2.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean accept​(com.inet.plugin.ServerPluginDescription plugin)
      Tests whether or not the specified plugin should be loaded.
    • Method Detail

      • accept

        boolean accept​(com.inet.plugin.ServerPluginDescription plugin)
        Tests whether or not the specified plugin should be loaded.
        Parameters:
        plugin - the plugin description
        Returns:
        true, if it should be loaded
        Since:
        inetcore 2.0