Package com.atlassian.plugin.predicate
Interface ModuleDescriptorPredicate<T>
Deprecated.
since 5.0 for removal in 6.0
Interface used to match plugin modules according to implementation specific rules.
- Since:
- 0.17
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatches(ModuleDescriptor<? extends T> moduleDescriptor) Deprecated.Will match a plugin module according to implementation rules.
-
Method Details
-
matches
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- theModuleDescriptorto test against.- Returns:
trueif the module matches the predicate,falseotherwise.
-