Package com.atlassian.plugin.predicate

Interface Summary
ModuleDescriptorPredicate<T> Interface used to match plugin modules according to implementation specific rules.
ModulePredicate Interface used to match plugin modules according to implementation specific rules.
PluginPredicate Interface used to match plugins according to implementation specific rules.
 

Class Summary
EnabledModulePredicate A ModuleDescriptorPredicate that matches enabled modules.
EnabledPluginPredicate A PluginPredicate that matches enabled plugins.
ModuleDescriptorOfClassPredicate A ModuleDescriptorPredicate that matches modules for which their descriptor is an instance of one of the given Class.
ModuleDescriptorOfTypePredicate A ModuleDescriptorPredicate that matches modules for which their descriptor is the given type.
ModuleOfClassPredicate A ModuleDescriptorPredicate that matches modules that are is an instance of the given Class.
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.