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

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

There is a newer version: 4.2.1
Show 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 - 2024 Weber Informatics LLC | Privacy Policy