Uses of Class
org.apache.jena.atlas.io.IndentedWriter
Packages that use IndentedWriter
-
Uses of IndentedWriter in org.apache.jena.atlas.io
Subclasses of IndentedWriter in org.apache.jena.atlas.ioModifier and TypeClassDescriptionclassIndentLineBuffer is a buffer that records an indent level and uses that to insert a prefix at each line.Fields in org.apache.jena.atlas.io declared as IndentedWriterModifier and TypeFieldDescriptionstatic final IndentedWriterIndentedWriter.stderrStderr wrapped in an IndentedWriter - no line numbersstatic final IndentedWriterIndentedWriter.stdoutStdout wrapped in an IndentedWriter - no line numbersMethods in org.apache.jena.atlas.io that return IndentedWriterModifier and TypeMethodDescriptionIndentedWriter.clone()static IndentedWriterIndentedWriter.clone(IndentedWriter other) Create an independent copy of theIndentedWriter.IndentedWriter.setAbsoluteIndent(int x) Set indent from the left hand edge.IndentedWriter.setEndOfLineMarker(String marker) Set the marker included at end of line - set to null for "none".IndentedWriter.setFlatMode(boolean flatMode) Flat mode - print without NL, for a more compact representationIndentedWriter.setFlushOnNewline(boolean flushOnNewline) Flush on newline in this code.IndentedWriter.setLineNumbers(boolean lineNumbers) IndentedWriter.setLinePrefix(String str) Set the initial string printed at the start of each line.IndentedWriter.setNumberWidth(int widthOfNumbers) Set the width of the number field.IndentedWriter.setPadChar(char ch) IndentedWriter.setPadString(String str) IndentedWriter.setUnitIndent(int x) Methods in org.apache.jena.atlas.io with parameters of type IndentedWriterModifier and TypeMethodDescriptionstatic IndentedWriterIndentedWriter.clone(IndentedWriter other) Create an independent copy of theIndentedWriter.static voidIO.close(IndentedWriter resource) static voidIO.closeSilent(IndentedWriter resource) voidPrintable.output(IndentedWriter out) -
Uses of IndentedWriter in org.apache.jena.atlas.lib
Methods in org.apache.jena.atlas.lib with parameters of type IndentedWriterModifier and TypeMethodDescriptionstatic <T> voidListUtils.print(IndentedWriter out, List<T> list) static <T> voidListUtils.print(IndentedWriter out, List<T> list, CharSequence sep)