@Deprecated public interface ModuleDescriptorPredicate<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ModuleDescriptor<? extends T> moduleDescriptor)
Deprecated.
Will match a plugin module according to implementation rules.
|
boolean matches(ModuleDescriptor<? extends T> moduleDescriptor)
This method must not change the state of the module nor its plugin.
moduleDescriptor - the ModuleDescriptor to test against.true if the module matches the predicate, false otherwise.Copyright © 2019 Atlassian. All rights reserved.