com.atlassian.jira.web.action.admin.plugins
Class PluginReindexHelperImpl
java.lang.Object
com.atlassian.jira.web.action.admin.plugins.PluginReindexHelperImpl
- All Implemented Interfaces:
- PluginReindexHelper
public class PluginReindexHelperImpl
- extends 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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginReindexHelperImpl
public PluginReindexHelperImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
doesEnablingPluginModuleRequireMessage
public boolean doesEnablingPluginModuleRequireMessage(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(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-2012 Atlassian. All Rights Reserved.