Interface ArchiveExtractor

All Known Implementing Classes:
DefaultArchiveExtractor

public interface ArchiveExtractor
Handle extracting file archives.

Derived from eirslett/frontend-maven-plugin

For internal use only. May be renamed or removed in a future release.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extract(File archive, File destinationDirectory)
    Extract archive contents to given destination.
  • Method Details

    • extract

      void extract(File archive, File destinationDirectory) throws ArchiveExtractionException
      Extract archive contents to given destination.
      Parameters:
      archive - archive file to extract
      destinationDirectory - destination directory to extract files to
      Throws:
      ArchiveExtractionException - exception thrown for failure during extraction