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

de.retest.persistence.FileNamer Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package de.retest.persistence;

import java.io.File;

public interface FileNamer {

	public File getFile( String extension );

	public File getResultFile( String extension );

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy