public class FeatureFlagModuleDescriptor extends com.atlassian.plugin.descriptors.AbstractModuleDescriptor<FeatureFlagProvider>
Constructor and Description |
---|
FeatureFlagModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory) |
Modifier and Type | Method and Description |
---|---|
Set<FeatureFlag> |
getFeatureFlags() |
FeatureFlagProvider |
getModule() |
void |
init(com.atlassian.plugin.Plugin plugin,
org.dom4j.Element element) |
assertModuleClassImplements, checkPermissions, destroy, destroy, disabled, enabled, equals, getCompleteKey, getDescription, getDescriptionKey, getI18nNameKey, getKey, getMinJavaVersion, getModuleClass, getModuleClassName, getName, getParams, getPlugin, getPluginKey, getRequiredPermissions, getResourceDescriptor, getResourceDescriptors, getResourceDescriptors, getResourceLocation, getScopeKey, hashCode, isBroken, isEnabled, isEnabledByDefault, isSingleton, isSingletonByDefault, isSystemModule, loadClass, loadClass, provideValidationRules, satisfiesMinJavaVersion, setBroken, setPlugin, toString
public FeatureFlagModuleDescriptor(com.atlassian.plugin.module.ModuleFactory moduleFactory)
public void init(com.atlassian.plugin.Plugin plugin, org.dom4j.Element element) throws com.atlassian.plugin.PluginParseException
init
in interface com.atlassian.plugin.ModuleDescriptor<FeatureFlagProvider>
init
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<FeatureFlagProvider>
com.atlassian.plugin.PluginParseException
public FeatureFlagProvider getModule()
getModule
in interface com.atlassian.plugin.ModuleDescriptor<FeatureFlagProvider>
getModule
in class com.atlassian.plugin.descriptors.AbstractModuleDescriptor<FeatureFlagProvider>
public Set<FeatureFlag> getFeatureFlags()
Copyright © 2002-2019 Atlassian. All Rights Reserved.