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

de.dfki.cos.basys.common.component.manager.ComponentConfigurationProvider Maven / Gradle / Ivy

package de.dfki.cos.basys.common.component.manager;

import java.io.InputStream;
import java.util.List;
import java.util.Properties;

public interface ComponentConfigurationProvider {
	List getComponentConfigurationPaths();
	Properties getComponentConfigurationForPath(String path);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy