Class PlainText

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

@Deprecated
public class PlainText
extends java.lang.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
    PlainText()
    Deprecated.
    Creates a new instance of this class with empty content.
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getText()
    Deprecated.
    Delivers the current text stored within this object.
    void setText​(java.lang.String string)
    Deprecated.
    This method sets the text of the object to a new value.
    java.lang.String toString()
    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​(java.lang.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 java.lang.String getText()
      Deprecated.
      Delivers the current text stored within this object.
      Returns:
      The current value within this object.
    • toString

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