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

org.fluentlenium.configuration.PropertiesBackend Maven / Gradle / Ivy

package org.fluentlenium.configuration;

/**
 * Reader interface for raw properties access.
 */
public interface PropertiesBackend {
    /**
     * Get the property value.
     *
     * @param propertyName property name
     * @return property value
     */
    String getProperty(String propertyName);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy