Uses of Interface
org.togglz.core.manager.TogglzConfig
-
Packages that use TogglzConfig Package Description org.togglz.core.jndi org.togglz.core.manager -
-
Uses of TogglzConfig in org.togglz.core.jndi
Methods in org.togglz.core.jndi that return TogglzConfig Modifier and Type Method Description protected TogglzConfigFeatureManagerObjectFactory. getConfiguration(Object obj)This class looks up theTogglzConfigto use when building theFeatureManager. -
Uses of TogglzConfig in org.togglz.core.manager
Methods in org.togglz.core.manager with parameters of type TogglzConfig Modifier and Type Method Description FeatureManagerBuilderFeatureManagerBuilder. togglzConfig(TogglzConfig config)Initialize the builder with the configuration from the suppliedTogglzConfiginstance.
-