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

net.thucydides.core.util.LocalPreferences Maven / Gradle / Ivy

The newest version!
package net.thucydides.core.util;

import java.io.IOException;

/**
 * Loads configuration values from local files into the environment variables.
 */
public interface LocalPreferences {
    void loadPreferences() throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy