Package ubic.gemma.core.loader.util.fetcher


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