public interface

PluginPredicate

com.atlassian.plugin.predicate.PluginPredicate
Known Indirect Subclasses

Class Overview

Interface used to match plugins according to implementation specific rules.

Summary

Public Methods
boolean matches(Plugin plugin)

Will match a plugin according to implementation rules.

Public Methods

public boolean matches (Plugin plugin)

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.