gov.nih.nci.caarray.services.fileparse
Class FileParsingService
java.lang.Object
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. |
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 |
logger_
protected static org.apache.log4j.Logger logger_
- Logger used by this class.
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
-
performService
public void performService()
throws GeneralException
- Actually perform the parsing service
- Throws:
GeneralException
main
public static void main(java.lang.String[] args)