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

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

public class FileParsingService
extends java.lang.Object

The service to call when you need files parsed

Author:
scott

Field Summary
protected static org.apache.log4j.Logger logger_
          Logger used by this class.
 
Constructor Summary
FileParsingService(java.lang.Long experimentId, java.lang.Long arrayDesignId, UploadFile[] files, UploadFileTypes.MICROARRAY_FILE_TYPE fileType)
          Constructor intializes with the required elements
 
Method Summary
static void main(java.lang.String[] args)
           
 void performService()
          Actually perform the parsing service
 
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 this class.

Constructor Detail

FileParsingService

public FileParsingService(java.lang.Long experimentId,
                          java.lang.Long arrayDesignId,
                          UploadFile[] files,
                          UploadFileTypes.MICROARRAY_FILE_TYPE fileType)
Constructor intializes with the required elements

Parameters:
experimentId -
arrayDesignId -
files -
fileType -
Method Detail

performService

public void performService()
                    throws GeneralException
Actually perform the parsing service

Throws:
GeneralException

main

public static void main(java.lang.String[] args)