Interface Archiver.ArchiveSupportOperation

Enclosing class:
Archiver
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Archiver.ArchiveSupportOperation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    perform(Archiver archiver, Path workingDirectory)
    Executes an operation which supports archive creation.
  • Method Details

    • perform

      void perform(Archiver archiver, Path workingDirectory) throws Exception
      Executes an operation which supports archive creation.
      Parameters:
      archiver - the Archiver currently running
      workingDirectory - the temporary directory context in which the Archiver is working
      Throws:
      Exception - if an error occurs while executing the archive support operation