gov.nih.nci.caarray.services.fileparse.gpr
Class GprHeaderListener

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

public class GprHeaderListener
extends java.lang.Object

Author:
gustafsons Parses the header portion fo gprfiles

Constructor Summary
GprHeaderListener()
           
 
Method Summary
 java.util.HashMap getGprInfo()
           
 int getLineCount()
           
 Notifiable getNotify()
           
 void readLine(java.lang.String lineIn)
          read a line
 void setNotify(Notifiable notifiable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GprHeaderListener

public GprHeaderListener()
Method Detail

getGprInfo

public java.util.HashMap getGprInfo()
Returns:
gprinfo

getNotify

public Notifiable getNotify()
Returns:
notify

setNotify

public void setNotify(Notifiable notifiable)
Parameters:
notifiable -

readLine

public void readLine(java.lang.String lineIn)
read a line

Parameters:
lineIn -

getLineCount

public int getLineCount()
Returns:
line count up to now