Class AbstractMexSingleCellDataLoaderConfigurer
- java.lang.Object
-
- ubic.gemma.core.loader.expression.singleCell.AbstractMexSingleCellDataLoaderConfigurer
-
- All Implemented Interfaces:
DataLoaderConfigurer<MexSingleCellDataLoader,SingleCellDataLoaderConfig>
,SingleCellDataLoaderConfigurer<MexSingleCellDataLoader>
- Direct Known Subclasses:
MexSingleCellDataLoaderConfigurer
public abstract class AbstractMexSingleCellDataLoaderConfigurer extends Object implements SingleCellDataLoaderConfigurer<MexSingleCellDataLoader>
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description AbstractMexSingleCellDataLoaderConfigurer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description MexSingleCellDataLoader
configureLoader(SingleCellDataLoaderConfig config)
Create aDataLoader
from the given configuration.protected abstract List<Path>
getSampleDirs()
protected abstract List<String>
getSampleNames()
-
-
-
Method Detail
-
configureLoader
public MexSingleCellDataLoader configureLoader(SingleCellDataLoaderConfig config)
Description copied from interface:DataLoaderConfigurer
Create aDataLoader
from the given configuration.- Specified by:
configureLoader
in interfaceDataLoaderConfigurer<MexSingleCellDataLoader,SingleCellDataLoaderConfig>
-
-