Package com.aquima.interactions.ds
Interface IConfiguration
- All Known Subinterfaces:
IApplicationConfiguration
,IAquimaConfiguration
- All Known Implementing Classes:
DefaultApplicationConfiguration
public interface IConfiguration
This interface defines the methods that need to be implemented by both the global configuration and the application
specific configuration.
- Since:
- 6.0
- Author:
- O. Kerpershoek
-
Method Details
-
getFactoryManager
IFactoryManager getFactoryManager()This method returns the factory manager that should be used.- Returns:
- The factory manager.
-
getResourceManager
IResourceManager getResourceManager()This method returns the resource manager that should be used.- Returns:
- The resource manager.
-