Class AbstractMapDeserializer
java.lang.Object
kieker.analysis.generic.source.file.AbstractMapDeserializer
- Direct Known Subclasses:
TextMapDeserializer
Read a mapping file.
- Since:
- 1.15
- Author:
- Reiner Jung
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidprocessDataStream(InputStream inputStream, ReaderRegistry<String> registry, String mapFileName) Read a string map from an input stream and initialize the specified registry with the values.
-
Constructor Details
-
AbstractMapDeserializer
public AbstractMapDeserializer()Create an abstract map deserializer.
-
-
Method Details
-
processDataStream
public abstract void processDataStream(InputStream inputStream, ReaderRegistry<String> registry, String mapFileName) Read a string map from an input stream and initialize the specified registry with the values.- Parameters:
inputStream- the input streamregistry- the string registrymapFileName- the associated file name used for error and debug output
-