Class SDRFFetcher
- java.lang.Object
-
- ubic.gemma.core.loader.util.fetcher.AbstractFetcher
-
- ubic.gemma.core.loader.util.fetcher.FtpFetcher
-
- ubic.gemma.core.loader.expression.arrayExpress.SDRFFetcher
-
- All Implemented Interfaces:
Fetcher
public class SDRFFetcher extends FtpFetcher
Fetch the SRDF file- Author:
- paul
-
-
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 SDRFFetcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected String
formLocalFilePath(String identifier, File newDir)
protected String
formRemoteFilePath(String identifier)
protected void
initConfig()
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, getExistingFile, getLocalBasePath, isForce, mkdir, mkdir, setAllowUseExisting, setForce, waitForDownload, waitForDownload
-
-
-
-
Method Detail
-
setNetDataSourceUtil
public void setNetDataSourceUtil()
- Specified by:
setNetDataSourceUtil
in classFtpFetcher
-
formLocalFilePath
protected String formLocalFilePath(String identifier, File newDir)
- Specified by:
formLocalFilePath
in classAbstractFetcher
-
formRemoteFilePath
protected String formRemoteFilePath(String identifier)
- Specified by:
formRemoteFilePath
in classAbstractFetcher
-
initConfig
protected void initConfig()
- Specified by:
initConfig
in classAbstractFetcher
-
-