public interface SupportsBulkOperations extends FileIO
Modifier and Type | Method and Description |
---|---|
void |
deleteFiles(java.lang.Iterable<java.lang.String> pathsToDelete)
Delete the files at the given paths.
|
close, deleteFile, deleteFile, deleteFile, initialize, newInputFile, newInputFile, newOutputFile, properties
void deleteFiles(java.lang.Iterable<java.lang.String> pathsToDelete) throws BulkDeletionFailureException
pathsToDelete
- The paths to deleteBulkDeletionFailureException
- in case of failure to delete at least 1 file