com.atlassian.bamboo.plugin.descriptor.predicate
Class ConjunctionModuleDescriptorPredicate<T>

java.lang.Object
  extended by com.atlassian.bamboo.plugin.descriptor.predicate.ConjunctionModuleDescriptorPredicate<T>
All Implemented Interfaces:
com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
Direct Known Subclasses:
CapabilityConfiguratorEditPerspectiveEnabledModuleDescriptorPredicate, CapabilityConfiguratorViewPerspectiveEnabledModuleDescriptorPredicate

public class ConjunctionModuleDescriptorPredicate<T>
extends java.lang.Object
implements com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>


Constructor Summary
ConjunctionModuleDescriptorPredicate()
           
 
Method Summary
 ConjunctionModuleDescriptorPredicate<T> append(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T> predicate)
           
 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

ConjunctionModuleDescriptorPredicate

public ConjunctionModuleDescriptorPredicate()
Method Detail

matches

public boolean matches(com.atlassian.plugin.ModuleDescriptor<? extends T> moduleDescriptor)
Specified by:
matches in interface com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>

append

public ConjunctionModuleDescriptorPredicate<T> append(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T> predicate)


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.