Interface PluginFilter


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

    Modifier and Type
    Method
    Description
    boolean
    accept(com.inet.plugin.ServerPluginDescription plugin)
    Tests whether or not the specified plugin should be loaded.
  • Method Details

    • 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