public abstract class AbstractExtractFileSet extends Object implements ExtractFileSet
| Constructor and Description |
|---|
AbstractExtractFileSet() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract ArchiveStream |
archiveStream(Path source) |
ExtractedFileSet |
extract(Path destination,
Path archive,
FileSet filesToExtract) |
protected abstract ArchiveStream archiveStream(Path source) throws IOException
IOExceptionpublic ExtractedFileSet extract(Path destination, Path archive, FileSet filesToExtract) throws IOException
extract in interface ExtractFileSetIOExceptionCopyright © 2023. All rights reserved.