org.dbpedia.extraction.util
Recursively iterates through a directory and calls a user-defined function on each file.
if the given base could not be found
Absolute path to base dir, using forward slashes. Never null.
TODO: use proper JavaDoc for this comment.
TODO: use proper JavaDoc for this comment. processes a single file. params: file path (relative to base dir) and file content.
Processes files.
callback function to process a single file
Recursively iterates through a directory and calls a user-defined function on each file.
if the given base could not be found