Uses of Interface
com.atlassian.plugin.predicate.ModuleDescriptorPredicate

Packages that use ModuleDescriptorPredicate
com.atlassian.plugin   
com.atlassian.plugin.predicate   
 

Uses of ModuleDescriptorPredicate in com.atlassian.plugin
 

Methods in com.atlassian.plugin with parameters of type ModuleDescriptorPredicate
<T> java.util.Collection<ModuleDescriptor<T>>
DefaultPluginManager.getModuleDescriptors(ModuleDescriptorPredicate<T> moduleDescriptorPredicate)
           
<T> java.util.Collection<ModuleDescriptor<T>>
PluginAccessor.getModuleDescriptors(ModuleDescriptorPredicate<T> moduleDescriptorPredicate)
          Gets all module descriptors of installed modules that match the given predicate.
<T> java.util.Collection<T>
DefaultPluginManager.getModules(ModuleDescriptorPredicate<T> moduleDescriptorPredicate)
           
<T> java.util.Collection<T>
PluginAccessor.getModules(ModuleDescriptorPredicate<T> moduleDescriptorPredicate)
          Gets all installed modules that match the given predicate.
 

Uses of ModuleDescriptorPredicate in com.atlassian.plugin.predicate
 

Classes in com.atlassian.plugin.predicate that implement ModuleDescriptorPredicate
 class EnabledModulePredicate
          A ModuleDescriptorPredicate that matches enabled modules.
 class ModuleDescriptorOfClassPredicate
          A ModuleDescriptorPredicate that matches modules for which their descriptor is an instance of one of the given Class.
 class ModuleDescriptorOfTypePredicate
          A ModuleDescriptorPredicate that matches modules for which their descriptor is the given type.
 class ModuleOfClassPredicate
          A ModuleDescriptorPredicate that matches modules that are is an instance of the given Class.
 



Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.