Class GTSConnector.ReaderListener
- java.lang.Object
-
- 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.POIFSReaderListenerReader listener object that extracts the app name
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringappName
-
Constructor Summary
Constructors Constructor Description ReaderListener()Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAppName()Get the app name.voidprocessPOIFSReaderEvent(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.
-
-
-
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:
processPOIFSReaderEventin interfaceorg.apache.poi.poifs.eventfilesystem.POIFSReaderListener
-
-