Interface ArchiveFetcher
-
- All Superinterfaces:
Fetcher
- All Known Implementing Classes:
DataFileFetcher,FtpArchiveFetcher,NCBIGeneFileFetcher,RawDataFetcher,TaxonFetcher
public interface ArchiveFetcher extends Fetcher
Interface defining a class that downloads archives and unpacks them.- Author:
- pavlidis
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetDeleteAfterUnpack(boolean doDelete)Should the downloaded archive be deleted after unpacking?
-