static PrettyPrintWriter.Builder |
PrettyPrintWriter.newPrettyPrinter(OutputStream out) |
static PrettyPrintWriter.Builder |
PrettyPrintWriter.stderrPrettyPrinter() |
static PrettyPrintWriter.Builder |
PrettyPrintWriter.stdoutPrettyPrinter() |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoColumn() |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoColumn(char columnSeparator) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoColumn(char columnSeparator,
int maxColumns) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoCrop() |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoCrop(int consoleWidth) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoCrop(int consoleWidth,
PrettyPrintWriter.Span appendToLong) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoCrop(int consoleWidth,
String appendToLong) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withAutoFlush() |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withColumnPadding(int columnPadding) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withFlushOnTab() |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withMaxBufferedLines(long maxBufferedLines) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withTabSize(int tabWidth) |
PrettyPrintWriter.Builder |
PrettyPrintWriter.Builder.withWhitespaceHandler(PrettyPrintWriter.WhiteSpaceHandler whiteSpaceHandler) |