Class HierarchicalReloadableConfiguration

    • Constructor Detail

      • HierarchicalReloadableConfiguration

        public HierarchicalReloadableConfiguration()
        Creates a new instance of HierarchicalReloadableConfiguration.
      • HierarchicalReloadableConfiguration

        public HierarchicalReloadableConfiguration​(java.lang.Object lock)
        Creates a new instance of HierarchicalReloadableConfiguration and initializes it with the given lock object.
        Parameters:
        lock - the lock object
      • HierarchicalReloadableConfiguration

        public HierarchicalReloadableConfiguration​(HierarchicalConfiguration c)
        Creates a new instance of HierarchicalReloadableConfiguration and copies all data contained in the specified configuration into the new one.
        Parameters:
        c - the configuration that is to be copied (if null, this constructor will behave like the standard constructor)