| Interface | Description |
|---|---|
| FeatureManager |
The
FeatureManager is the central class in Togglz. |
| TogglzConfig |
This interface represents the configuration of Togglz.
|
| Class | Description |
|---|---|
| CompositeFeatureProvider |
A feature provider that delegates to one or more other providers.
|
| DefaultFeatureManager |
Default implementation of
FeatureManager |
| EmptyFeatureProvider |
Dummy implementation of
FeatureProvider that has no features. |
| EnumBasedFeatureProvider |
Implementation of
FeatureProvider that uses an Java enum to represent features. |
| FeatureManagerBuilder |
Builder of
DefaultFeatureManager. |
| LazyResolvingFeatureManager |
A feature manager that delegates all calls to the manager obtained lazily via
FeatureContext.getFeatureManager(). |
| PropertyFeatureProvider |
Implementation of
FeatureProvider that reads all the feature specification from a Properties instance. |
Copyright © 2018. All Rights Reserved.