de.retest.persistence.FileNamer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of retest-model Show documentation
Show all versions of retest-model Show documentation
The domain model for both retest and recheck.
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