Uses of Interface
ubic.gemma.core.loader.util.ftp.FTPClientFactory
Packages that use FTPClientFactory
Package
Description
This package contains specific logic for dealing with single-cell data from GEO.
Provides classes for fetching data from various sources.
Utilities for working with FTP.
-
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 TypeMethodDescriptionvoidAbstractSingleCellDetector.setFTPClientFactory(FTPClientFactory ftpClientFactory) Set the FTP client factory to use for downloading data over FTP.voidGeoSingleCellDetector.setFTPClientFactory(FTPClientFactory factory) Set theFTPClientfactory used to create FTP connection to retrieve supplementary materials. -
Uses of FTPClientFactory in ubic.gemma.core.loader.util.fetcher2
Methods in ubic.gemma.core.loader.util.fetcher2 with parameters of type FTPClientFactoryModifier and TypeMethodDescriptionvoidAbstractFetcher.setFtpClientFactory(FTPClientFactory ftpClientFactory) Set the FTP client factory to use for downloading files over FTP. -
Uses of FTPClientFactory in ubic.gemma.core.loader.util.ftp
Classes in ubic.gemma.core.loader.util.ftp that implement FTPClientFactoryModifier and TypeClassDescriptionclassThis 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 TypeMethodDescriptionvoidSimpleDownloader.setFtpClientFactory(FTPClientFactory ftpClientFactory) Set the factory for creating FTP clients.