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

com.leonarduk.bookkeeper.file.FileFormatter Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/**
 * FileFormatter
 * 
 * @author ${author}
 * @since 29-Jun-2016
 */
package com.leonarduk.bookkeeper.file;

import java.io.File;
import java.io.IOException;
import java.util.List;

public interface FileFormatter {

	File format(List transactionRecords, String outputFileName)
	        throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy