Package com.atlassian.confluence.plugin
Class CompositeModuleDescriptorPredicate<T>
java.lang.Object
com.atlassian.confluence.plugin.CompositeModuleDescriptorPredicate<T>
- All Implemented Interfaces:
com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
@Deprecated
public class CompositeModuleDescriptorPredicate<T>
extends Object
implements com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
Deprecated.
Composite plugin module predicates. Applies a number of predicates in order (boolean AND)
to determine if the plugin module matches.
-
Constructor Summary
ConstructorsConstructorDescriptionCompositeModuleDescriptorPredicate(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>... predicates) Deprecated.CompositeModuleDescriptorPredicate(List<com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>> predicates) Deprecated. -
Method Summary
-
Constructor Details
-
CompositeModuleDescriptorPredicate
public CompositeModuleDescriptorPredicate(com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>... predicates) Deprecated. -
CompositeModuleDescriptorPredicate
public CompositeModuleDescriptorPredicate(List<com.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>> predicates) Deprecated.
-
-
Method Details
-
matches
Deprecated.- Specified by:
matchesin interfacecom.atlassian.plugin.predicate.ModuleDescriptorPredicate<T>
-
Predicate.and(Predicate)instead.