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, 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 StringformRemoteFilePath(String identifier) protected voidMethods inherited from class ubic.gemma.core.loader.expression.geo.fetcher.GeoFetcher
formLocalFilePath, setNetDataSourceUtilMethods 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, getExistingFile, getLocalBasePath, isForce, mkdir, mkdir, setAllowUseExisting, setForce, waitForDownload
-
Constructor Details
-
PlatformFetcher
public PlatformFetcher()
-
-
Method Details
-
formRemoteFilePath
- Specified by:
formRemoteFilePathin classAbstractFetcher
-
initConfig
protected void initConfig()- Specified by:
initConfigin classAbstractFetcher
-