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