Interface ExtensionsFileProcessor

    • Method Detail

      • begin

        void begin​(ExtensionsManager manager,
                   int numFiles)
        Called by the extensions manager before the processing starts.
        Parameters:
        manager - The manager that is executing the action
        numFiles - The number of extension files that is going to be processed this time
      • done

        void done​(ExtensionsManager manager)
        Called by the extensions manager after a successful completion of the processing.
        Parameters:
        manager - The manager that is executing the action
      • done

        void done​(ExtensionsManager manager,
                  Throwable t)
        Called by the extensions manager if an exception was thrown by the processor.
        Parameters:
        manager - The manager that is executing the action
        t - The exception