|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.plugin.CompositeModuleDescriptorPredicate<T>
public class CompositeModuleDescriptorPredicate<T>
Composite plugin module predicates. Applies a number of predicates in order (boolean AND) to determine if the plugin module matches.
Constructor Summary | |
---|---|
CompositeModuleDescriptorPredicate(java.util.List<com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>> predicates)
|
|
CompositeModuleDescriptorPredicate(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>... predicates)
|
Method Summary | |
---|---|
boolean |
matches(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompositeModuleDescriptorPredicate(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>... predicates)
public CompositeModuleDescriptorPredicate(java.util.List<com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>> predicates)
Method Detail |
---|
public boolean matches(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
matches
in interface com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |