Class InvalidExecutionTraceWriterFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated public class InvalidExecutionTraceWriterFilter extends AbstractInvalidExecutionTraceProcessingFilter
Deprecated.
1.15 ported to teetime
Since:
1.2
Author:
Andre van Hoorn
  • Field Details

    • INPUT_PORT_NAME_INVALID_EXECUTION_TRACES

      public static final String INPUT_PORT_NAME_INVALID_EXECUTION_TRACES
      Deprecated.
      This is the name of the input port receiving new (invalid) execution traces.
      See Also:
    • CONFIG_PROPERTY_NAME_OUTPUT_FN

      public static final String CONFIG_PROPERTY_NAME_OUTPUT_FN
      Deprecated.
      The name of the configuration determining the output file name.
      See Also:
  • Constructor Details

    • InvalidExecutionTraceWriterFilter

      public InvalidExecutionTraceWriterFilter(Configuration configuration, IProjectContext projectContext) throws IOException
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      configuration - The configuration for this component.
      projectContext - The project context for this component.
      Throws:
      IOException - If the write stream could not be prepared.
  • Method Details