Class MockConfigurationService

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.apache.commons.configuration.Configuration getConfiguration()
      Returns a Configuration instance which is valid for the current context.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MockConfigurationService

        public MockConfigurationService()
    • Method Detail

      • getConfiguration

        public org.apache.commons.configuration.Configuration getConfiguration()
        Description copied from interface: ConfigurationService
        Returns a Configuration instance which is valid for the current context. Current context means current Tenant (if any) and current cluster (if any).
        Specified by:
        getConfiguration in interface ConfigurationService
        Returns:
        Configuration