Package net.starype.quiz.api.parser
Interface FileParser
-
public interface FileParserAnFileParseris an object that can parse any file and return anSetofDBEntryassociate to the file (it enables the user to defines specific parsing methods)
-
-
Method Summary
Modifier and Type Method Description java.util.Optional<CheckSum>computeChecksum(java.lang.String file)java.util.Set<DBEntry>read(java.lang.String file)
-