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

org.yamcs.YConfigurationResolver Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs;

import java.io.InputStream;

public interface YConfigurationResolver {

    /**
     * Searches configuration by name
     * 
     * @param name
     * @return
     * @throws ConfigurationException
     *             when configuration cannot be found
     */
    public InputStream getConfigurationStream(String name) throws ConfigurationException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy