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

org.etlunit.feature.file.FileProducer Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package org.etlunit.feature.file;

import java.io.File;

public interface FileProducer
{
	String getName();

	File locateFile(String reference);
	File locateFileWithClassifier(String reference, String classifier);
	File locateFileWithContext(String reference, String context);
	File locateFileWithClassifierAndContext(String reference, String classifier, String context);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy