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

io.toast.tk.runtime.action.item.IValueHandler Maven / Gradle / Ivy

Go to download

Toast Toolkit Runtime Module contains covers: - Test Source Adapters - Test Parsing - Test Execution - Test Report generation

The newest version!
package io.toast.tk.runtime.action.item;

import io.toast.tk.runtime.IActionItemRepository;
import io.toast.tk.runtime.bean.ArgumentDescriptor;

public interface IValueHandler {

	void setRepository(final IActionItemRepository repository);

	Object handle(final String group, final String argValue) throws Exception;

	void setArgumentDescriptor(final ArgumentDescriptor descriptor);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy