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

com.slickqa.jupiter.SlickConfigurationSource Maven / Gradle / Ivy

package com.slickqa.jupiter;

/**
 * An instance of this class is used to fetch configuration for slick from a source.  This allows multiple sources
 * to be used.
 */
public interface SlickConfigurationSource {
    String getConfigurationEntry(String name);
    String getConfigurationEntry(String name, String defaultValue);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy