org.apache.manifoldcf.agents.output.gts
Class GTSConnector.ReaderListener

java.lang.Object
  extended by org.apache.manifoldcf.agents.output.gts.GTSConnector.ReaderListener
All Implemented Interfaces:
org.apache.poi.poifs.eventfilesystem.POIFSReaderListener
Enclosing class:
GTSConnector

protected static class GTSConnector.ReaderListener
extends java.lang.Object
implements org.apache.poi.poifs.eventfilesystem.POIFSReaderListener

Reader listener object that extracts the app name


Field Summary
protected  java.lang.String appName
           
 
Constructor Summary
GTSConnector.ReaderListener()
          Constructor.
 
Method Summary
 java.lang.String getAppName()
          Get the app name.
 void processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent event)
          Process an "event" from POIFS - which is basically just the fact that we saw what we said we wanted to see, namely the SummaryInfo stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

appName

protected java.lang.String appName
Constructor Detail

GTSConnector.ReaderListener

public GTSConnector.ReaderListener()
Constructor.

Method Detail

getAppName

public java.lang.String getAppName()
Get the app name.


processPOIFSReaderEvent

public void processPOIFSReaderEvent(org.apache.poi.poifs.eventfilesystem.POIFSReaderEvent event)
Process an "event" from POIFS - which is basically just the fact that we saw what we said we wanted to see, namely the SummaryInfo stream.

Specified by:
processPOIFSReaderEvent in interface org.apache.poi.poifs.eventfilesystem.POIFSReaderListener