com.atlassian.plugin.predicate
Interface PluginPredicate

All Known Implementing Classes:
EnabledPluginPredicate

public interface PluginPredicate

Interface used to match plugins according to implementation specific rules.

Since:
0.17

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

Method Detail

matches

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.


Copyright © 2011 Atlassian. All Rights Reserved.