public class ExtractedArtifactStore extends Object implements IArtifactStore
| Constructor and Description |
|---|
ExtractedArtifactStore(IDownloadConfig downloadConfig,
IDownloader downloader,
DirectoryAndExecutableNaming extraction,
DirectoryAndExecutableNaming temp) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkDistribution(Distribution distribution) |
IExtractedFileSet |
extractFileSet(Distribution distribution) |
void |
removeFileSet(Distribution distribution,
IExtractedFileSet files) |
public ExtractedArtifactStore(IDownloadConfig downloadConfig, IDownloader downloader, DirectoryAndExecutableNaming extraction, DirectoryAndExecutableNaming temp)
public boolean checkDistribution(Distribution distribution) throws IOException
checkDistribution in interface IArtifactStoreIOExceptionpublic IExtractedFileSet extractFileSet(Distribution distribution) throws IOException
extractFileSet in interface IArtifactStoreIOExceptionpublic void removeFileSet(Distribution distribution, IExtractedFileSet files)
removeFileSet in interface IArtifactStoreCopyright © 2018. All Rights Reserved.