Uses of Interface
net.toddm.comm.ConfigurationProvider
-
Packages that use ConfigurationProvider Package Description net.toddm.comm The root package of the Comm Framework. -
-
Uses of ConfigurationProvider in net.toddm.comm
Classes in net.toddm.comm that implement ConfigurationProvider Modifier and Type Class Description classDefaultConfigurationProviderA simple implementation of theConfigurationProviderinterface that exposes a set of default configuration values used by the comm framework when a configuration provider is not supplied.classMapConfigurationProviderA simple implementation of theConfigurationProviderinterface that backs configuration data with an in-memory hash map.Methods in net.toddm.comm with parameters of type ConfigurationProvider Modifier and Type Method Description CommManager.BuilderCommManager.Builder. setConfigurationProvider(ConfigurationProvider configurationProvider)Sets theConfigurationProviderinstance used by the comm framework for getting configuration data.
-