Package com.yahoo.config.model
Interface ConfigModelInstanceFactory<MODEL extends ConfigModel>
- All Known Implementing Classes:
ModelNode
public interface ConfigModelInstanceFactory<MODEL extends ConfigModel>
Interface for factories of config models.
- Author:
- Ulf Lilleengen
-
Method Summary
Modifier and TypeMethodDescriptioncreateModel(ConfigModelContext context) Create an instance ofConfigModelgiven the input context.
-
Method Details
-
createModel
Create an instance ofConfigModelgiven the input context.- Parameters:
context- TheConfigModelContextto use.- Returns:
- an instance of
ConfigModel
-