Class TextWriterObjectComment


  • public class TextWriterObjectComment
    extends TextWriterWriterInterface<java.lang.Object>
    Write an object into the comments section, using the objects toString() method.
    Since:
    0.2
    Author:
    Erich Schubert
    • Constructor Detail

      • TextWriterObjectComment

        public TextWriterObjectComment()
    • Method Detail

      • write

        public void write​(TextWriterStream out,
                          java.lang.String label,
                          java.lang.Object object)
        Put an object into the comment section
        Specified by:
        write in class TextWriterWriterInterface<java.lang.Object>
        Parameters:
        out - Output stream
        label - Label to prefix
        object - object to output