|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.analysis.plugin.reader.filesystem.FSZipReader
public final class FSZipReader
Reads the contents of a single zip file and passes the records to the registered receiver of type IMonitoringRecordReceiver
.
Constructor Summary | |
---|---|
FSZipReader(java.io.File zipFile,
kieker.analysis.plugin.reader.filesystem.IMonitoringRecordReceiver recordReceiver,
boolean ignoreUnknownRecordTypes)
Creates a new instance of this class. |
Method Summary | |
---|---|
void |
run()
Starts reading and returns after each record has been passed to the registered recordReceiver . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FSZipReader(java.io.File zipFile, kieker.analysis.plugin.reader.filesystem.IMonitoringRecordReceiver recordReceiver, boolean ignoreUnknownRecordTypes)
zipFile
- The File object for the zip file.recordReceiver
- The receiver handling the records.ignoreUnknownRecordTypes
- select only records of this type; null selects allMethod Detail |
---|
public final void run()
recordReceiver
.
run
in interface java.lang.Runnable
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |