Interface ConfigModuleContext
- All Known Implementing Classes:
ConfigModuleContextImpl
public interface ConfigModuleContext
Get the current context of this configuration-reading process.
This is used for 'assigning' parts of the configuration to its origin-module.
For example:
All text-resources are assigned to their module. So with this interface the configuration-reader can find out, for which module it has to get the text-resources.
For example:
All text-resources are assigned to their module. So with this interface the configuration-reader can find out, for which module it has to get the text-resources.
-
Method Summary
-
Method Details
-
getModule
String getModule() -
setModule
-