Class SimpleDataWriter

    • Constructor Detail

      • SimpleDataWriter

        public SimpleDataWriter()
        Create the SimpleDataWriter.
    • Method Detail

      • getLabelResource

        public String getLabelResource()
        Description copied from interface: JMeterGUIComponent
        Get the component's resource name, which getStaticLabel uses to derive the component's label in the local language. The resource name is fixed, and does not vary with the selected language. Normally this method should be overriden in preference to overriding getStaticLabel(). However where the resource name is not available or required, getStaticLabel() may be overridden instead.
        Returns:
        the resource name
      • clearData

        public void clearData()
        Does nothing, but required by interface.
      • add

        public void add​(SampleResult sample)
        Does nothing, but required by interface.
        Parameters:
        sample - ignored