- 
 public interface OverrideSourceProviderJava service loader service to provide a override source based on meta configuration.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(String type, Config metaConfig)Create an instance of the meta configurable using the provided meta configuration.Set<String>supported()Return a set of supported types.booleansupports(String type)Return true if this provider supports the type of meta-configurable object.
 
- 
- 
- 
Method Detail- 
supportsboolean supports(String type) Return true if this provider supports the type of meta-configurable object.- Parameters:
- type- type that is supported (such as- filefor- ConfigSourcemeta configurable)
- Returns:
- trueif this provider can create instances of the type
 
 - 
createT create(String type, Config metaConfig) Create an instance of the meta configurable using the provided meta configuration.- Parameters:
- type- type of the meta configurable
- metaConfig- meta configuration
- Returns:
- meta configurable configured from the metaConfig
 
 
- 
 
-