Class PlatformFetcher
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.PlatformFetcher
- All Implemented Interfaces:
Fetcher
Fetch GEO "GPLXXX_family.soft.gz" files
- 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 String
formRemoteFilePath
(String identifier) protected void
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
-
Constructor Details
-
PlatformFetcher
public PlatformFetcher()
-
-
Method Details
-
formRemoteFilePath
- Specified by:
formRemoteFilePath
in classAbstractFetcher
-
initConfig
protected void initConfig()- Specified by:
initConfig
in classAbstractFetcher
-