Class ExecutionTraceWriterFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

@Deprecated public class ExecutionTraceWriterFilter extends AbstractExecutionTraceProcessingFilter
Deprecated.
1.15 ported to teetime
This class has exactly one input port named "in". The data which is send to this plugin is not delegated in any way.
Since:
1.2
Author:
Andre van Hoorn
  • Field Details

    • INPUT_PORT_NAME_EXECUTION_TRACES

      public static final String INPUT_PORT_NAME_EXECUTION_TRACES
      Deprecated.
      This is the name of the input port receiving new 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

    • ExecutionTraceWriterFilter

      public ExecutionTraceWriterFilter(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

    • printStatusMessage

      public void printStatusMessage()
      Deprecated.
      Description copied from class: AbstractTraceProcessingFilter
      Returns a user-addressed status message to be logged by the calling tool. Extending classes may override this method but should call the then-inherited method first.
      Overrides:
      printStatusMessage in class AbstractTraceProcessingFilter
    • terminate

      public void terminate(boolean error)
      Deprecated.
      Initiates a termination of the plugin. This method is only used by the framework and should not be called manually. Use the method AnalysisController.terminate(boolean) instead. After receiving this notification, the plugin should terminate any running methods, e.g., read for readers.
      Specified by:
      terminate in interface IPlugin
      Overrides:
      terminate in class AbstractFilterPlugin
      Parameters:
      error - Determines whether the plugin is terminated due to an error or not.
    • newExecutionTrace

      public void newExecutionTrace(ExecutionTrace et)
      Deprecated.
      This method represents the input port of this filter.
      Parameters:
      et - The next execution trace.
    • getCurrentConfiguration

      public Configuration getCurrentConfiguration()
      Deprecated.
      This method should deliver a Configuration object containing the current configuration of this instance. In other words: The constructor should be able to use the given object to initialize a new instance of this class with the same intern properties.
      Specified by:
      getCurrentConfiguration in interface IAnalysisComponent
      Specified by:
      getCurrentConfiguration in interface IPlugin
      Overrides:
      getCurrentConfiguration in class AbstractTraceAnalysisFilter
      Returns:
      A completely filled configuration object.