com.atlassian.jira.plugin
Class SystemModuleDescriptorPredicate

java.lang.Object
  extended by com.atlassian.jira.plugin.SystemModuleDescriptorPredicate
All Implemented Interfaces:
com.google.common.base.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
SystemModuleDescriptorPredicate()
           
 
Method Summary
 boolean 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
 

Constructor Detail

SystemModuleDescriptorPredicate

public SystemModuleDescriptorPredicate()
Method Detail

apply

public boolean apply(com.atlassian.plugin.ModuleDescriptor<?> moduleDescriptor)
Specified by:
apply in interface com.google.common.base.Predicate<com.atlassian.plugin.ModuleDescriptor<?>>


Copyright © 2002-2014 Atlassian. All Rights Reserved.