Interface ArchiveFetcher
- All Superinterfaces:
Fetcher
- All Known Implementing Classes:
DataFileFetcher,FtpArchiveFetcher,NCBIGeneFileFetcher,RawDataFetcher,TaxonFetcher
Interface defining a class that downloads archives and unpacks them.
- Author:
- pavlidis
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetDeleteAfterUnpack(boolean doDelete) Should the downloaded archive be deleted after unpacking?
-
Method Details
-
setDeleteAfterUnpack
void setDeleteAfterUnpack(boolean doDelete) Should the downloaded archive be deleted after unpacking?- Parameters:
doDelete- whether to delete
-