public final class DefaultArchiveExtractor extends Object
Derived from eirslett/frontend-maven-plugin
For internal use only. May be renamed or removed in a future release.
Constructor and Description |
---|
DefaultArchiveExtractor() |
Modifier and Type | Method and Description |
---|---|
void |
extract(File archiveFile,
File destinationDirectory)
Extract archive contents to given destination.
|
public void extract(File archiveFile, File destinationDirectory) throws ArchiveExtractionException
archiveFile
- archive file to extractdestinationDirectory
- destination directory to extract files toArchiveExtractionException
- exception thrown for failure during extractionCopyright © 2025. All rights reserved.