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

org.etlunit.ClassDirector Maven / Gradle / Ivy

package org.etlunit;

import org.etlunit.parser.ETLTestClass;
import org.etlunit.parser.ETLTestMethod;
import org.etlunit.parser.ETLTestOperation;

public interface ClassDirector extends ClassResponder
{
	void beginBroadcast();

	response_code accept(ETLTestClass cl);

	response_code accept(ETLTestMethod mt);

	response_code accept(ETLTestOperation op);

	void endBroadcast();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy