public class EnabledModulePredicate<T> extends Object implements ModuleDescriptorPredicate<T>
ModuleDescriptorPredicate that matches enabled modules.| Constructor and Description |
|---|
EnabledModulePredicate() |
EnabledModulePredicate(PluginAccessor pluginAccessor)
Deprecated.
Since 3.1.0, use
EnabledModulePredicate() instead. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(ModuleDescriptor<? extends T> moduleDescriptor) |
public EnabledModulePredicate()
@Deprecated public EnabledModulePredicate(PluginAccessor pluginAccessor)
EnabledModulePredicate() instead.public boolean matches(ModuleDescriptor<? extends T> moduleDescriptor)
matches in interface ModuleDescriptorPredicate<T>Copyright © 2018 Atlassian. All rights reserved.