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

Class SystemOutHolder

  • All Implemented Interfaces:
    OutHolder


    public final class SystemOutHolder
    extends java.lang.Object
    implements OutHolder
    Simple implementation of the OutHolder interface that redirects output to log.info in the append method. This class can be used with PCall objects in non graphical console applications or in unit tests.
    • Constructor Summary

      Constructors 
      Constructor and Description
      SystemOutHolder() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void append(java.lang.String out)
      Redirects out to System.out.
      void clear()
      Empty implementation.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemOutHolder

        public SystemOutHolder()
    • Method Detail

      • append

        public void append(java.lang.String out)
        Redirects out to System.out.
        Specified by:
        append in interface OutHolder
        Parameters:
        out - the string to append
      • clear

        public void clear()
        Empty implementation.
        Specified by:
        clear in interface OutHolder

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.