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

cz.jalasoft.util.configuration.provider.ConfigProvider Maven / Gradle / Ivy

The newest version!
package cz.jalasoft.util.configuration.provider;

import cz.jalasoft.util.configuration.source.ConfigSource;

import java.io.IOException;

/**
 * @author Honza Lastovicka ([email protected])
 * @since 2016-07-26.
 */
public interface ConfigProvider {

    void reload(ConfigSource source) throws IOException;

    String readProperty(String key);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy