Class Appender

  • All Implemented Interfaces:
    java.lang.Appendable

    class Appender
    extends java.lang.Object
    implements java.lang.Appendable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) java.lang.String areaId  
      (package private) boolean err  
      (package private) Source[] sources  
    • Constructor Summary

      Constructors 
      Constructor Description
      Appender​(Source[] sources, java.lang.String areaId, boolean err)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Appendable append​(char ch)  
      java.lang.Appendable append​(java.lang.CharSequence text)  
      java.lang.Appendable append​(java.lang.CharSequence text, int start, int end)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sources

        final Source[] sources
      • areaId

        final java.lang.String areaId
      • err

        final boolean err
    • Constructor Detail

      • Appender

        Appender​(Source[] sources,
                 java.lang.String areaId,
                 boolean err)
    • Method Detail

      • append

        public java.lang.Appendable append​(char ch)
                                    throws java.io.IOException
        Specified by:
        append in interface java.lang.Appendable
        Throws:
        java.io.IOException
      • append

        public java.lang.Appendable append​(java.lang.CharSequence text)
                                    throws java.io.IOException
        Specified by:
        append in interface java.lang.Appendable
        Throws:
        java.io.IOException
      • append

        public java.lang.Appendable append​(java.lang.CharSequence text,
                                           int start,
                                           int end)
                                    throws java.io.IOException
        Specified by:
        append in interface java.lang.Appendable
        Throws:
        java.io.IOException