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

com.emc.mongoose.scenario.step.ConfigurableStep Maven / Gradle / Ivy

The newest version!
package com.emc.mongoose.scenario.step;

import com.emc.mongoose.scenario.ScenarioParseException;

import java.util.Map;

public interface ConfigurableStep
extends Step {

	/**
	 Configures the scenario step
	 @param stepConfig a dictionary of the configuration values to override the inherited config
	 @return new step with the applied config values
	 */
	Step config(final Map stepConfig)
	throws ScenarioParseException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy