com.atlassian.plugin.predicate
Interface ModulePredicate


Deprecated. since 2.2 unused

@Deprecated
public interface ModulePredicate

Interface used to match plugin modules according to implementation specific rules.

Since:
0.17

Method Summary
 boolean matches(ModuleDescriptor moduleDescriptor)
          Deprecated. Will match a plugin module according to implementation rules.
 

Method Detail

matches

boolean matches(ModuleDescriptor moduleDescriptor)
Deprecated. 

Will match a plugin module according to implementation rules.

This method must not change the state of the module nor its plugin .

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.