Uses of Interface
ubic.gemma.core.loader.util.ftp.FTPClientFactory
-
Packages that use FTPClientFactory Package Description ubic.gemma.core.loader.expression.geo.fetcher2 Provides classes for fetching data from various sources.ubic.gemma.core.loader.expression.geo.singleCell This package contains specific logic for dealing with single-cell data from GEO.ubic.gemma.core.loader.util.ftp Utilities for working with FTP.ubic.gemma.core.util -
-
Uses of FTPClientFactory in ubic.gemma.core.loader.expression.geo.fetcher2
Methods in ubic.gemma.core.loader.expression.geo.fetcher2 with parameters of type FTPClientFactory Modifier and Type Method Description void
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 FTPClientFactory Modifier and Type Method Description void
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 FTPClientFactory Modifier and Type Class Description class
FTPClientFactoryImpl
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 Modifier and Type Method Description FTPClientFactory
FTPConfig. ftpClientFactory()
-
Uses of FTPClientFactory in ubic.gemma.core.util
Methods in ubic.gemma.core.util with parameters of type FTPClientFactory Modifier and Type Method Description void
SimpleDownloader. setFtpClientFactory(FTPClientFactory ftpClientFactory)
Set the factory for creating FTP clients.
-