Class MessageTraceWriterFilter

java.lang.Object
teetime.framework.AbstractStage
teetime.framework.AbstractConsumerStage<T>

public class MessageTraceWriterFilter
extends AbstractTraceProcessingStage<MessageTrace>
A filter allowing to write the incoming MessageTraces into a configured file.
Since:
1.2
Author:
Andre van Hoorn, Reiner Jung -- teetime port
  • Constructor Details

    • MessageTraceWriterFilter

      public MessageTraceWriterFilter​(SystemModelRepository repository, java.io.File outputFile) throws java.io.IOException
      Creates a new instance of this class using the given parameters.
      Parameters:
      repository - system model repository
      outputFile - output file
      Throws:
      java.io.IOException - If the write stream could not be prepared.
  • Method Details