PluginModuleFeatureService@Deprecated public class DefaultFeatureService extends Object implements FeatureService
| Constructor and Description |
|---|
DefaultFeatureService(com.atlassian.plugin.PluginAccessor pluginAccessor)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getRegisteredFeatures()
Deprecated.
|
void |
pluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
Deprecated.
|
void |
pluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
Deprecated.
|
void |
verifyFeature(String featureKey)
Deprecated.
Verify that a featureKey is registered
|
void |
verifyFeatures(Set<String> featureKeys)
Deprecated.
Verify that all keys in a set are registered.
|
public DefaultFeatureService(com.atlassian.plugin.PluginAccessor pluginAccessor)
public Set<String> getRegisteredFeatures()
getRegisteredFeatures in interface FeatureServicepublic void verifyFeature(String featureKey) throws UnknownFeatureException
FeatureServiceverifyFeature in interface FeatureServiceUnknownFeatureExceptionpublic void verifyFeatures(Set<String> featureKeys) throws UnknownFeatureException
FeatureServiceverifyFeatures in interface FeatureServiceUnknownFeatureExceptionpublic void pluginModuleEnabled(com.atlassian.plugin.event.events.PluginModuleEnabledEvent event)
public void pluginModuleDisabled(com.atlassian.plugin.event.events.PluginModuleDisabledEvent event)
Copyright © 2003–2022 Atlassian. All rights reserved.