| Package | Description |
|---|---|
| org.togglz.core.manager |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeFeatureProvider
A feature provider that delegates to one or more other providers.
|
class |
EmptyFeatureProvider
Dummy implementation of
FeatureProvider that has no features. |
class |
EnumBasedFeatureProvider
Implementation of
FeatureProvider that uses an Java enum to represent features. |
class |
PropertyFeatureProvider
Implementation of
FeatureProvider that reads all the feature specification from a Properties instance. |
| Modifier and Type | Method and Description |
|---|---|
FeatureManagerBuilder |
FeatureManagerBuilder.featureProvider(FeatureProvider featureProvider)
Sets a
FeatureProvider for the feature manager. |
| Constructor and Description |
|---|
CompositeFeatureProvider(FeatureProvider... delegates) |
| Constructor and Description |
|---|
CompositeFeatureProvider(List<FeatureProvider> delegates) |
Copyright © 2018. All Rights Reserved.