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
-
Method Details
-
extract
Extract archive contents to given destination.- Parameters:
archive- archive file to extractdestinationDirectory- destination directory to extract files to- Throws:
ArchiveExtractionException- exception thrown for failure during extraction
-