Package net.starype.quiz.api.parser
Interface FileParser
-
public interface FileParser
AnFileParser
is an object that can parse any file and return anSet
ofDBEntry
associate 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)
-