Package ubic.gemma.core.loader.util.fetcher
-
Interface Summary Interface Description ArchiveFetcher Interface defining a class that downloads archives and unpacks them.Fetcher Interface for classes that can fetch files from a remote location and copy them to a specified location. -
Class Summary Class Description AbstractFetcher FtpArchiveFetcher Fetcher that can fetch archives (e.g., tar.gz) and unpack them.FtpFetcher Download files by FTP.HttpFetcher A generic class for fetching files via HTTP and writing them to a local file system.