Package ch.stegmaier.java2tex.config
Interface IConfigProvider
- All Known Implementing Classes:
SimpleConfigProvider
public interface IConfigProvider
-
Method Summary
-
Method Details
-
getValue
return a config value for a specific key, otherwise null- Parameters:
key- the desired config to be read- Returns:
- configured value for key or if not set null
-
getValue
return a config value for a specific key, otherwise the defaultValue- Parameters:
key- the desired config to be read- Returns:
- configured value for key or the defaultValue if not set
-