Class GeoFetcher
java.lang.Object
ubic.gemma.core.loader.util.fetcher.AbstractFetcher
ubic.gemma.core.loader.util.fetcher.FtpFetcher
ubic.gemma.core.loader.expression.geo.fetcher.GeoFetcher
- All Implemented Interfaces:
Fetcher
- Direct Known Subclasses:
DatasetFetcher,PlatformFetcher,SeriesFetcher
- Author:
- pavlidis
-
Field Summary
Fields inherited from class ubic.gemma.core.loader.util.fetcher.FtpFetcher
avoidDownload, ftpClient, netDataSourceUtilFields inherited from class ubic.gemma.core.loader.util.fetcher.AbstractFetcher
allowUseExisting, force, INFO_UPDATE_INTERVAL, localBasePath, log, remoteBaseDir -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final StringformLocalFilePath(String identifier, File newDir) final voidMethods inherited from class ubic.gemma.core.loader.util.fetcher.FtpFetcher
defineTask, doTask, fetch, fetch, getExpectedSize, getNetDataSourceUtil, setAvoidDownloadMethods inherited from class ubic.gemma.core.loader.util.fetcher.AbstractFetcher
fetchedFile, fetchedFile, formRemoteFilePath, getExistingFile, getLocalBasePath, initConfig, isForce, mkdir, mkdir, setAllowUseExisting, setForce, waitForDownload
-
Constructor Details
-
GeoFetcher
public GeoFetcher()
-
-
Method Details
-
setNetDataSourceUtil
public final void setNetDataSourceUtil()- Specified by:
setNetDataSourceUtilin classFtpFetcher
-
formLocalFilePath
- Specified by:
formLocalFilePathin classAbstractFetcher
-