Uses of Interface
org.togglz.core.activation.ActivationStrategyProvider
-
Packages that use ActivationStrategyProvider Package Description org.togglz.core.activation org.togglz.core.manager -
-
Uses of ActivationStrategyProvider in org.togglz.core.activation
Classes in org.togglz.core.activation that implement ActivationStrategyProvider Modifier and Type Class Description classDefaultActivationStrategyProviderImplementation ofActivationStrategyProviderthat loads the strategies using the JDKServiceLoader. -
Uses of ActivationStrategyProvider in org.togglz.core.manager
Methods in org.togglz.core.manager with parameters of type ActivationStrategyProvider Modifier and Type Method Description FeatureManagerBuilderFeatureManagerBuilder. activationStrategyProvider(ActivationStrategyProvider strategyProvider)Use the suppliedActivationStrategyProviderfor the activation strategies;
-