Class TextMapDeserializer

java.lang.Object
kieker.analysis.generic.source.file.AbstractMapDeserializer
kieker.analysis.generic.source.file.TextMapDeserializer

public class TextMapDeserializer extends AbstractMapDeserializer
Reader for text-based mapfiles. The accepted file format is a number on the left side and a escaped string on the right side terminated by a newline. Both parts are separated by a equal sign (=). The number can be prefixed by a dollar sign ($). Format regex ^\$?[0-9]+=\a$ In case the mapfile is compressed with one of the supported compression formats, it will be decompressed before interpretation.
Since:
1.15
Author:
Reiner Jung
  • Constructor Details

    • TextMapDeserializer

      public TextMapDeserializer()
      Create a new map file deserializer.
  • Method Details