Uses of Interface
org.togglz.core.spi.ActivationStrategy
-
Packages that use ActivationStrategy Package Description org.togglz.core.activation org.togglz.core.manager -
-
Uses of ActivationStrategy in org.togglz.core.activation
Classes in org.togglz.core.activation that implement ActivationStrategy Modifier and Type Class Description classAbstractPropertyDrivenActivationStrategyAn abstract activation strategy that is designed to support cases where the activation of a feature is driven based on the value of environmental/contextual properties.classAbstractTokenizedActivationStrategyAn abstract activation strategy that is designed to support cases where a specific parameter contains comma-separated tokens that can be negated by prefixing the value with the NOT operator (!).classGradualActivationStrategyActivation strategy that enables features for a given percentage of users.classReleaseDateActivationStrategyclassScriptEngineActivationStrategyclassServerIpActivationStrategyActivation strategy that allows to activate features only for certain server IPs.classSystemPropertyActivationStrategyActivationStrategy based on a key value pair system property.classUsernameActivationStrategyActivation strategy that allows to activate features only for certain users.classUserRoleActivationStrategyActivationStrategy implementation based on roles of the current user.Methods in org.togglz.core.activation that return types with arguments of type ActivationStrategy Modifier and Type Method Description List<ActivationStrategy>ActivationStrategyProvider. getActivationStrategies()List<ActivationStrategy>DefaultActivationStrategyProvider. getActivationStrategies()Methods in org.togglz.core.activation with parameters of type ActivationStrategy Modifier and Type Method Description voidDefaultActivationStrategyProvider. addActivationStrategy(ActivationStrategy strategy)Method parameters in org.togglz.core.activation with type arguments of type ActivationStrategy Modifier and Type Method Description voidDefaultActivationStrategyProvider. addActivationStrategies(List<ActivationStrategy> strategies) -
Uses of ActivationStrategy in org.togglz.core.manager
Methods in org.togglz.core.manager that return types with arguments of type ActivationStrategy Modifier and Type Method Description List<ActivationStrategy>DefaultFeatureManager. getActivationStrategies()List<ActivationStrategy>FeatureManager. getActivationStrategies()Provides access to theActivationStrategylist known by the managerList<ActivationStrategy>LazyResolvingFeatureManager. getActivationStrategies()Methods in org.togglz.core.manager with parameters of type ActivationStrategy Modifier and Type Method Description FeatureManagerBuilderFeatureManagerBuilder. activationStrategy(ActivationStrategy strategy)Adds an additionalActivationStrategyto the currentActivationStrategyProvider.
-