All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.att.aft.scld.config.strategy.AbstractConfigurationStrategy Maven / Gradle / Ivy

/*******************************************************************************
 * Copyright (c) 2016 AT&T Intellectual Property. All rights reserved.
 *******************************************************************************/
package com.att.aft.scld.config.strategy;

import java.util.Map;

import com.att.aft.scld.config.dto.Config;
import com.att.aft.scld.config.exception.ConfigException;

public abstract class AbstractConfigurationStrategy implements ConfigurationStrategy {

	public void loadConfigs(Map> configs, Map defaultConfigs) throws ConfigException {
	}
	
	public void registerForRefresh(Map> configs, Map defaultConfigs) throws ConfigException {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy