Package | Description |
---|---|
com.yahoo.bard.webservice.application | |
com.yahoo.bard.webservice.config |
Modifier and Type | Method and Description |
---|---|
protected List<FeatureFlag> |
AbstractBinderFactory.collectFeatureFlags()
Asks for the valid feature flags that are expected to be defined in the system.
|
protected List<FeatureFlag> |
AbstractBinderFactory.collectFeatureFlags(Class<? extends FeatureFlag>... enumerations)
Given specific enumeration classes containing feature flags it returns a list with all the valid enumerations.
|
protected List<FeatureFlag> |
AbstractBinderFactory.collectFeatureFlags(List<Class<? extends FeatureFlag>> enumerations)
Given a list of enumeration classes containing feature flags it returns a list with all the valid enumerations.
|
Modifier and Type | Method and Description |
---|---|
protected List<FeatureFlag> |
AbstractBinderFactory.collectFeatureFlags(List<Class<? extends FeatureFlag>> enumerations)
Given a list of enumeration classes containing feature flags it returns a list with all the valid enumerations.
|
Modifier and Type | Class and Description |
---|---|
class |
BardFeatureFlag
Feature flags bind an object to a system configuration name.
|
class |
CacheFeatureFlag
Binds a caching strategy to a system configuration name.
|
Modifier and Type | Method and Description |
---|---|
FeatureFlag |
FeatureFlagRegistry.forName(String name)
Get a registered FeatureFlag by name.
|
Modifier and Type | Method and Description |
---|---|
Collection<FeatureFlag> |
FeatureFlagRegistry.getValues() |
Modifier and Type | Method and Description |
---|---|
void |
FeatureFlagRegistry.add(FeatureFlag featureFlag)
Register the feature flag.
|
Modifier and Type | Method and Description |
---|---|
void |
FeatureFlagRegistry.addAll(Collection<FeatureFlag> featureFlags)
Register all of the feature flags.
|
Constructor and Description |
---|
FeatureFlagRegistry(org.glassfish.hk2.api.IterableProvider<FeatureFlag> featureFlags)
Constructor.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.