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

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

Uses of PluginPredicate in com.atlassian.plugin
 

Methods in com.atlassian.plugin with parameters of type PluginPredicate
 Collection<Plugin> PluginAccessor.getPlugins(PluginPredicate pluginPredicate)
          Gets all installed plugins that match the given predicate.
 

Uses of PluginPredicate in com.atlassian.plugin.manager
 

Methods in com.atlassian.plugin.manager with parameters of type PluginPredicate
 Collection<Plugin> DefaultPluginManager.getPlugins(PluginPredicate pluginPredicate)
           
 

Constructors in com.atlassian.plugin.manager with parameters of type PluginPredicate
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, boolean verifyRequiredPlugins, PluginPredicate delayLoadOf)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginExceptionInterception pluginExceptionInterception, PluginPredicate delayLoadOf)
           
DefaultPluginManager(PluginPersistentStateStore store, List<PluginLoader> pluginLoaders, ModuleDescriptorFactory moduleDescriptorFactory, PluginEventManager pluginEventManager, PluginPredicate delayLoadOf)
           
 

Uses of PluginPredicate in com.atlassian.plugin.predicate
 

Classes in com.atlassian.plugin.predicate that implement PluginPredicate
 class EnabledPluginPredicate
          A PluginPredicate that matches enabled plugins.
 class PluginKeyPatternsPredicate
          A plugin predicate which matches regular expressions against plugin keys.
 



Copyright © 2015 Atlassian. All rights reserved.