Package com.drew.tools
Class ProcessAllImagesInFolderUtility.BasicFileHandler
- java.lang.Object
-
- com.drew.tools.ProcessAllImagesInFolderUtility.FileHandlerBase
-
- com.drew.tools.ProcessAllImagesInFolderUtility.BasicFileHandler
-
- All Implemented Interfaces:
ProcessAllImagesInFolderUtility.FileHandler
- Enclosing class:
- ProcessAllImagesInFolderUtility
static class ProcessAllImagesInFolderUtility.BasicFileHandler extends ProcessAllImagesInFolderUtility.FileHandlerBase
Does nothing with the output except enumerate it in memory and format descriptions. This is useful in order to flush out any potential exceptions raised during the formatting of extracted value descriptions.
-
-
Constructor Summary
Constructors Constructor Description BasicFileHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)Called when extraction onfilePathcompleted without an exception.-
Methods inherited from class com.drew.tools.ProcessAllImagesInFolderUtility.FileHandlerBase
getExtension, onBeforeExtraction, onExtractionError, onScanCompleted, onStartingDirectory, shouldProcess
-
-
-
-
Method Detail
-
onExtractionSuccess
public void onExtractionSuccess(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)Description copied from interface:ProcessAllImagesInFolderUtility.FileHandlerCalled when extraction onfilePathcompleted without an exception.- Specified by:
onExtractionSuccessin interfaceProcessAllImagesInFolderUtility.FileHandler- Overrides:
onExtractionSuccessin classProcessAllImagesInFolderUtility.FileHandlerBase
-
-