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
public abstract class GeoFetcher extends FtpFetcher
- 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 Constructor Description GeoFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
formLocalFilePath(String identifier, File newDir)
void
setNetDataSourceUtil()
-
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
-
-
-
-
Method Detail
-
setNetDataSourceUtil
public final void setNetDataSourceUtil()
- Specified by:
setNetDataSourceUtil
in classFtpFetcher
-
formLocalFilePath
protected final String formLocalFilePath(String identifier, File newDir)
- Specified by:
formLocalFilePath
in classAbstractFetcher
-
-