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 Link icon

    • getFactoryManager Link icon

      IFactoryManager getFactoryManager()
      This method returns the factory manager that should be used.
      Returns:
      The factory manager.
    • getResourceManager Link icon

      IResourceManager getResourceManager()
      This method returns the resource manager that should be used.
      Returns:
      The resource manager.