Documentation of 'com.jstatcom.component.OutHolder' Java class
OutHolder
com.jstatcom.component

Interface OutHolder

  • All Known Implementing Classes:
    ResultField, SystemOutHolder


    public interface OutHolder
    Interface to be implemented by components that assemble text output.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void append(java.lang.String out)
      Appends the output string to this output assembler.
      void clear()
      Removes any content that has been previously appended.
    • Method Detail

      • append

        void append(java.lang.String out)
        Appends the output string to this output assembler.
        Parameters:
        out - the string to append
      • clear

        void clear()
        Removes any content that has been previously appended.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.