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

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

Uses of ModuleDescriptorPredicate in com.atlassian.plugin
 

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

Uses of ModuleDescriptorPredicate in com.atlassian.plugin.manager
 

Methods in com.atlassian.plugin.manager with parameters of type ModuleDescriptorPredicate
<M> Collection<ModuleDescriptor<M>>
DefaultPluginManager.getModuleDescriptors(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
           
<M> Collection<M>
DefaultPluginManager.getModules(ModuleDescriptorPredicate<M> moduleDescriptorPredicate)
           
 

Uses of ModuleDescriptorPredicate in com.atlassian.plugin.predicate
 

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



Copyright © 2010 Atlassian. All Rights Reserved.