Package org.togglz.core.manager
-
Interface Summary Interface Description FeatureManager TheFeatureManageris the central class in Togglz.TogglzConfig This interface represents the configuration of Togglz. -
Class Summary Class Description CompositeFeatureProvider A feature provider that delegates to one or more other providers.DefaultFeatureManager Default implementation ofFeatureManagerEmptyFeatureProvider Dummy implementation ofFeatureProviderthat has no features.EnumBasedFeatureProvider Implementation ofFeatureProviderthat uses an Java enum to represent features.FeatureManagerBuilder Builder ofDefaultFeatureManager.LazyResolvingFeatureManager A feature manager that delegates all calls to the manager obtained lazily viaFeatureContext.getFeatureManager().PropertyFeatureProvider Implementation ofFeatureProviderthat reads all the feature specification from aPropertiesinstance.