Class SeriesFetcher
- 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
-
- ubic.gemma.core.loader.expression.geo.fetcher.SeriesFetcher
-
- All Implemented Interfaces:
Fetcher
- Direct Known Subclasses:
LocalSeriesFetcher
public class SeriesFetcher extends GeoFetcher
-
-
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 SeriesFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
formRemoteFilePath(String identifier)
protected void
initConfig()
-
Methods inherited from class ubic.gemma.core.loader.expression.geo.fetcher.GeoFetcher
formLocalFilePath, 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, getExistingFile, getLocalBasePath, isForce, mkdir, mkdir, setAllowUseExisting, setForce, waitForDownload
-
-
-
-
Method Detail
-
formRemoteFilePath
protected String formRemoteFilePath(String identifier)
- Specified by:
formRemoteFilePath
in classAbstractFetcher
-
initConfig
protected void initConfig()
- Specified by:
initConfig
in classAbstractFetcher
-
-