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

org.etlunit.ProcessExecutor Maven / Gradle / Ivy

package org.etlunit;

import java.io.IOException;

public interface ProcessExecutor
{
	ProcessFacade execute(ProcessDescription pd) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy