Package org.opencypher.tools.io
This package contains utilities for dealing with text output. The Output interface serves the purpose of unifying the various different classes you can output text to in Java,
presenting their shared abilities as a simple interface.
This package also contains a sibling to the Output interface, in the LineInput interface which provides a simple interface for reading lines from an input source.
-
Interface Summary Interface Description HtmlTag.Attribute LineInput Output Unifies the different classes that can handle text output and formatting, such asPrintStream,PrintWriter, andStringBuilder.Output.Readable An extension ofOutputthat signals that what was written can be read back. -
Class Summary Class Description HtmlTag Tiny DSL for generating HTML.HtmlTag.HeadTag HtmlTag.Html