com.atlassian.jira.web.action.admin.plugins
Class PluginReindexHelperImpl

java.lang.Object
  extended by com.atlassian.jira.web.action.admin.plugins.PluginReindexHelperImpl
All Implemented Interfaces:
PluginReindexHelper

public class PluginReindexHelperImpl
extends java.lang.Object
implements PluginReindexHelper

Note: not registered in ContainerRegistrar because it is only used in one spot, but there's no reason why you couldn't if you wanted to.

Since:
v4.0

Constructor Summary
PluginReindexHelperImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
           
 
Method Summary
 boolean doesEnablingPluginModuleRequireMessage(java.lang.String moduleKey)
           
 boolean doesEnablingPluginRequireMessage(java.lang.String pluginKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginReindexHelperImpl

public PluginReindexHelperImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
Method Detail

doesEnablingPluginModuleRequireMessage

public boolean doesEnablingPluginModuleRequireMessage(java.lang.String moduleKey)
Specified by:
doesEnablingPluginModuleRequireMessage in interface PluginReindexHelper
Parameters:
moduleKey - the complete module key e.g. com.atlassian.jira.plugin.system.customfieldtypes:numberrange
Returns:
true if module is a custom field type or custom field searcher

doesEnablingPluginRequireMessage

public boolean doesEnablingPluginRequireMessage(java.lang.String pluginKey)
Specified by:
doesEnablingPluginRequireMessage in interface PluginReindexHelper
Parameters:
pluginKey - the plugin key
Returns:
true if plugin contains a module which is a custom field type or custom field searcher


Copyright © 2002-2010 Atlassian. All Rights Reserved.