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

com.iwbfly.myhttp.config.VariableScope Maven / Gradle / Ivy

The newest version!
package com.iwbfly.myhttp.config;

import com.iwbfly.myhttp.Myhttp;
import com.iwbfly.myhttp.mapping.MappingVariable;

public interface VariableScope {

    Object getVariableValue(String name);

    MappingVariable getVariable(String name);

    Myhttp.Builder getConfiguration();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy