gov.nih.nci.caarray.services.fileparse
Class DataFileProcessorFactory

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse.DataFileProcessorFactory

public class DataFileProcessorFactory
extends java.lang.Object

Author:
scott Factory for getting the correct data processor for the file type

Field Summary
protected static org.apache.log4j.Logger logger_
          Logger used by an instance of this class.
 
Constructor Summary
DataFileProcessorFactory()
           
 
Method Summary
static DataFileProcessor getDataFileProcessorService(UploadFileTypes.MICROARRAY_FILE_TYPE type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger_

protected static org.apache.log4j.Logger logger_
Logger used by an instance of this class.

Constructor Detail

DataFileProcessorFactory

public DataFileProcessorFactory()
Method Detail

getDataFileProcessorService

public static DataFileProcessor getDataFileProcessorService(UploadFileTypes.MICROARRAY_FILE_TYPE type)
Parameters:
type -
Returns:
datafileprocessor