gov.nih.nci.caarray.services.fileparse.gal
Class GalHeaderParser
java.lang.Object
gov.nih.nci.caarray.services.fileparse.gal.GalHeaderParser
- All Implemented Interfaces:
- Notifiable
public class GalHeaderParser
- extends java.lang.Object
- implements Notifiable
- Author:
- gustafsons
Parses the header items in a gal file
Constructor Summary |
GalHeaderParser(java.io.File file)
Constructor with neccessary items |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GalHeaderParser
public GalHeaderParser(java.io.File file)
- Constructor with neccessary items
- Parameters:
file
-
main
public static void main(java.lang.String[] args)
getListener
public GalHeaderListener getListener()
- Returns:
- listner
setListener
public void setListener(GalHeaderListener listener)
- Parameters:
listener
-
isDoneParsing
public boolean isDoneParsing()
- Returns:
- done parsing
setDoneParsing
public void setDoneParsing(boolean b)
- Specified by:
setDoneParsing
in interface Notifiable
- Parameters:
b
- done parsing
parseFile
public void parseFile()
throws GeneralException
- Run the parser
- Throws:
GeneralException