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

org.etlunit.DiffManagerImpl Maven / Gradle / Ivy

package org.etlunit;

import java.io.File;

public interface DiffManagerImpl extends DiffManager
{
	void setOutputDirectory(File file);

	void dispose();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy