public class ContentHashExtractedFileSetStore extends Object implements ExtractedFileSetStore
| Constructor and Description |
|---|
ContentHashExtractedFileSetStore(Path basePath) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ExtractedFileSet> |
extractedFileSet(Path archive,
FileSet fileSet) |
ExtractedFileSet |
store(Path archive,
FileSet fileSet,
ExtractedFileSet src) |
public ContentHashExtractedFileSetStore(Path basePath)
public Optional<ExtractedFileSet> extractedFileSet(Path archive, FileSet fileSet)
extractedFileSet in interface ExtractedFileSetStorepublic ExtractedFileSet store(Path archive, FileSet fileSet, ExtractedFileSet src) throws IOException
store in interface ExtractedFileSetStoreIOExceptionCopyright © 2024. All rights reserved.