Class ProcessAllImagesInFolderUtility.FileHandlerBase

    • Constructor Summary

      Constructors 
      Constructor Description
      FileHandlerBase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.String getExtension​(java.io.File file)  
      void onBeforeExtraction​(java.io.File file, java.io.PrintStream log, java.lang.String relativePath)
      Called before extraction is performed on filePath.
      void onExtractionError​(java.io.File file, java.lang.Throwable throwable, java.io.PrintStream log)
      Called when extraction on filePath resulted in an exception.
      void onExtractionSuccess​(java.io.File file, Metadata metadata, java.lang.String relativePath, java.io.PrintStream log)
      Called when extraction on filePath completed without an exception.
      void onScanCompleted​(java.io.PrintStream log)
      Called when all files have been processed.
      void onStartingDirectory​(java.io.File directoryPath)
      Called when the scan is about to start processing files in directory path.
      boolean shouldProcess​(java.io.File file)
      Called to determine whether the implementation should process filePath.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait