Class PlainText

java.lang.Object
kieker.analysis.plugin.filter.forward.PlainText

@Deprecated public class PlainText extends Object
Deprecated.
1.15 can be removed together with all old pipe-and-filter stuff
This class is currently under development, mostly for test purposes, and not designed for productive deployment.
Since:
1.6
Author:
Nils Christian Ehmke
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Creates a new instance of this class with empty content.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Delivers the current text stored within this object.
    void
    setText(String string)
    Deprecated.
    This method sets the text of the object to a new value.
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • PlainText

      public PlainText()
      Deprecated.
      Creates a new instance of this class with empty content.
  • Method Details

    • setText

      public void setText(String string)
      Deprecated.
      This method sets the text of the object to a new value.
      Parameters:
      string - The new content of this object.
    • getText

      public String getText()
      Deprecated.
      Delivers the current text stored within this object.
      Returns:
      The current value within this object.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Object