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, netDataSourceUtil
Fields 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 String
formLocalFilePath
(String identifier, File newDir) final void
Methods inherited from class ubic.gemma.core.loader.util.fetcher.FtpFetcher
defineTask, doTask, fetch, fetch, getExpectedSize, getNetDataSourceUtil, setAvoidDownload
Methods 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:
setNetDataSourceUtil
in classFtpFetcher
-
formLocalFilePath
- Specified by:
formLocalFilePath
in classAbstractFetcher
-