Package org.opentcs.configuration
Schnittstelle ConfigurationBindingProvider
public interface ConfigurationBindingProvider
A provider to get bindings (implementations) for configuration interfaces.
-
Methodenübersicht
-
Methodendetails
-
get
Returns a binding for a configuration interface.- Typparameter:
T
- The configuration interface to get an instance for.- Parameter:
prefix
- Relative path to configuration values.type
- The class for <T>.- Gibt zurück:
- The corresponding binding.
-