public class TestFeatureManagerProvider
extends java.lang.Object
implements org.togglz.core.spi.FeatureManagerProvider
FeatureManagerProvider is used by the testing integration modules to provide a FeatureManager in unit tests.| Constructor and Description |
|---|
TestFeatureManagerProvider() |
| Modifier and Type | Method and Description |
|---|---|
org.togglz.core.manager.FeatureManager |
getFeatureManager() |
int |
priority() |
static void |
setFeatureManager(org.togglz.core.manager.FeatureManager instance) |
public int priority()
priority in interface org.togglz.core.util.Weightedpublic org.togglz.core.manager.FeatureManager getFeatureManager()
getFeatureManager in interface org.togglz.core.spi.FeatureManagerProviderpublic static void setFeatureManager(org.togglz.core.manager.FeatureManager instance)