gov.nih.nci.caarray.services.fileparse.gpr
Class GprHeaderParser
java.lang.Object
gov.nih.nci.caarray.services.fileparse.gpr.GprHeaderParser
- All Implemented Interfaces:
- Notifiable
public class GprHeaderParser
- extends java.lang.Object
- implements Notifiable
- Author:
- gustafsons
For parsing gpr headers
Constructor Summary |
GprHeaderParser(java.io.File file)
Constructor with file to parse |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GprHeaderParser
public GprHeaderParser(java.io.File file)
- Constructor with file to parse
- Parameters:
file
-
main
public static void main(java.lang.String[] args)
getListener
public GprHeaderListener getListener()
- Returns:
- listner
setListener
public void setListener(GprHeaderListener 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