Interface PluginPredicate


@Deprecated public interface PluginPredicate
Deprecated.
in 5.0 for removal in 6.0
Interface used to match plugins according to implementation specific rules.
Since:
0.17
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(Plugin plugin)
    Deprecated.
    Will match a plugin according to implementation rules.
  • Method Details

    • matches

      boolean matches(Plugin plugin)
      Deprecated.
      Will match a plugin according to implementation rules.

      This method must not change the state of the plugin.

      Parameters:
      plugin - the plugin to test against.
      Returns:
      true if the plugin matches the predicate, false otherwise.