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

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

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

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

public interface FileParser {

	List parse(String fileName) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy