| Class and Description |
|---|
| org.togglz.core.util.UntypedFeature
Use
NamedFeature instead. |
| Method and Description |
|---|
| org.togglz.core.repository.FeatureState.addUser(String)
This method will be removed soon. Use
FeatureState.setParameter(String, String) instead to modify the
corresponding strategy parameter. |
| org.togglz.core.repository.FeatureState.addUsers(Collection<String>)
This method will be removed soon. Use
FeatureState.setParameter(String, String) instead to modify the
corresponding strategy parameter. |
| org.togglz.core.activation.GradualActivationStrategy.calculateHashCode(FeatureUser) |
| org.togglz.core.manager.FeatureManagerBuilder.featureClass(Class<? extends Feature>) |
| org.togglz.core.repository.FeatureState.getUsers()
This method will be removed soon. Use
FeatureState.getParameter(String) instead to read the corresponding
strategy parameter. |
| Constructor and Description |
|---|
| org.togglz.core.repository.FeatureState(Feature, boolean, List<String>)
This constructor will be removed soon. You should use
FeatureState.FeatureState(Feature, boolean) and
FeatureState.setParameter(String, String) instead. |
| org.togglz.core.repository.jdbc.JDBCStateRepository(DataSource, String, boolean)
use
JDBCStateRepository.newBuilder(DataSource) to create a builder that can be used to configure all
aspects of the repository in a fluent way |
| org.togglz.core.repository.jdbc.JDBCStateRepository(DataSource, String, boolean, MapSerializer)
use
JDBCStateRepository.newBuilder(DataSource) to create a builder that can be used to configure all
aspects of the repository in a fluent way |
| org.togglz.core.repository.jdbc.JDBCStateRepository(DataSource, String, boolean, MapSerializer, boolean)
use
JDBCStateRepository.newBuilder(DataSource) to create a builder that can be used to configure all
aspects of the repository in a fluent way |
Copyright © 2018. All Rights Reserved.