Uses of Interface
ubic.gemma.core.loader.util.ftp.FTPClientFactory
Packages that use FTPClientFactory
Package
Description
Provides classes for fetching data from various sources.
This package contains specific logic for dealing with single-cell data from GEO.
Utilities for working with FTP.
-
Uses of FTPClientFactory in ubic.gemma.core.loader.expression.geo.fetcher2
Methods in ubic.gemma.core.loader.expression.geo.fetcher2 with parameters of type FTPClientFactoryModifier and TypeMethodDescriptionvoid
GeoFetcher.setFtpClientFactory
(FTPClientFactory ftpClientFactory) -
Uses of FTPClientFactory in ubic.gemma.core.loader.expression.geo.singleCell
Methods in ubic.gemma.core.loader.expression.geo.singleCell with parameters of type FTPClientFactoryModifier and TypeMethodDescriptionvoid
AbstractSingleCellDetector.setFTPClientFactory
(FTPClientFactory ftpClientFactory) Set the FTP client factory to use for downloading data over FTP.void
GeoSingleCellDetector.setFTPClientFactory
(FTPClientFactory factory) Set theFTPClient
factory used to create FTP connection to retrieve supplementary materials. -
Uses of FTPClientFactory in ubic.gemma.core.loader.util.ftp
Classes in ubic.gemma.core.loader.util.ftp that implement FTPClientFactoryModifier and TypeClassDescriptionclass
This implementation maintains one pool of FTP clients per URL authority (i.eURL.getAuthority()
).Methods in ubic.gemma.core.loader.util.ftp that return FTPClientFactory -
Uses of FTPClientFactory in ubic.gemma.core.util
Methods in ubic.gemma.core.util with parameters of type FTPClientFactoryModifier and TypeMethodDescriptionvoid
SimpleDownloader.setFtpClientFactory
(FTPClientFactory ftpClientFactory) Set the factory for creating FTP clients.