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

org.etlunit.DefaultProcessExecutor Maven / Gradle / Ivy

package org.etlunit;

import org.etlunit.util.Incomplete;
import org.etlunit.util.NeedsTest;

public class DefaultProcessExecutor implements ProcessExecutor
{
	@Incomplete
	@NeedsTest
	@Override
	public ProcessFacade execute(ProcessDescription pd)
	{
		throw new UnsupportedOperationException();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy