Class MessageTraceWriterFilter

All Implemented Interfaces:
IAnalysisComponent, IFilterPlugin, IPlugin

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

    • 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

    • MessageTraceWriterFilter

      public MessageTraceWriterFilter(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 either the default encoding is not supported or the given file is somehow invalid.
  • Method Details