Interface Scribe

    • Method Detail

      • indented

        Scribe indented()
        Returns a new Scribe that adds an indentation to each line.
      • append

        Scribe append​(java.lang.CharSequence charSequence)
        Writes the given CharSequence and returns this instance.
      • newLine

        Scribe newLine()
        Starts a new line with the current indentation and returns this instance.