Interface OrphanedFilesHandler
-
- All Known Implementing Classes:
DefaultOrphanedFilesHandler
public interface OrphanedFilesHandler
Processes the submitted list of orphaned(*) files. Will be used by theRemoveOrphanedFilesJob
(*) files which have no corresponding media in hybris anymore
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
process(java.util.Collection<java.io.File> files)
Processes the submitted files.
-