gov.nih.nci.caarray.services.fileparse2.util
Class FileTypeFactory

java.lang.Object
  extended by gov.nih.nci.caarray.services.fileparse2.util.FileTypeFactory

public final class FileTypeFactory
extends java.lang.Object

Author:
TranP

Field Summary
protected static org.apache.log4j.Logger logger_
          Logger used by an instance of this class.
 
Constructor Summary
FileTypeFactory()
           
 
Method Summary
 FileType getFileType(java.lang.String fileTypeId)
           
 HybridizationFileType getHybridizationFileType(java.lang.String fileTypeId)
           
 
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

FileTypeFactory

public FileTypeFactory()
Method Detail

getHybridizationFileType

public HybridizationFileType getHybridizationFileType(java.lang.String fileTypeId)
                                               throws java.lang.Exception
Throws:
java.lang.Exception

getFileType

public FileType getFileType(java.lang.String fileTypeId)