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

org.omnifaces.persistence.datasource.PropertiesFileLoader Maven / Gradle / Ivy

There is a newer version: 0.22.J1
Show newest version
package org.omnifaces.persistence.datasource;

import java.util.Map;

public interface PropertiesFileLoader {

	Map loadFromFile(String fileName);
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy