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

org.omnifaces.cdi.settings.PropertiesFileLoader Maven / Gradle / Ivy

package org.omnifaces.cdi.settings;

import java.net.URL;
import java.util.Map;

public interface PropertiesFileLoader {

	void load(URL url, Map settings);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy