Class AbstractMapDeserializer

java.lang.Object
kieker.analysis.generic.source.file.AbstractMapDeserializer
Direct Known Subclasses:
TextMapDeserializer

public abstract class AbstractMapDeserializer
extends java.lang.Object
Read a mapping file.
Since:
1.15
Author:
Reiner Jung
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractMapDeserializer()
    Create an abstract map deserializer.
  • Method Summary

    Modifier and Type Method Description
    abstract void processDataStream​(java.io.InputStream inputStream, ReaderRegistry<java.lang.String> registry, java.lang.String mapFileName)
    Read a string map from an input stream and initialize the specified registry with the values.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • processDataStream

      public abstract void processDataStream​(java.io.InputStream inputStream, ReaderRegistry<java.lang.String> registry, java.lang.String mapFileName)
      Read a string map from an input stream and initialize the specified registry with the values.
      Parameters:
      inputStream - the input stream
      registry - the string registry
      mapFileName - the associated file name used for error and debug output