Package com.atlassian.jira.plugin
Class SystemModuleDescriptorPredicate
java.lang.Object
com.atlassian.jira.plugin.SystemModuleDescriptorPredicate
- All Implemented Interfaces:
com.google.common.base.Predicate<com.atlassian.plugin.ModuleDescriptor<?>>
,Predicate<com.atlassian.plugin.ModuleDescriptor<?>>
public class SystemModuleDescriptorPredicate
extends Object
implements com.google.common.base.Predicate<com.atlassian.plugin.ModuleDescriptor<?>>
Predicate which determines if the module is a system module.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.common.base.Predicate
equals, test
-
Constructor Details
-
SystemModuleDescriptorPredicate
public SystemModuleDescriptorPredicate()
-
-
Method Details
-
apply
public boolean apply(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor) - Specified by:
apply
in interfacecom.google.common.base.Predicate<com.atlassian.plugin.ModuleDescriptor<?>>
-