Package org.infinispan.cli.printers
Interface PrettyPrinter
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
AbstractPrettyPrinter,CsvPrettyPrinter,JsonPrettyPrinter,TablePrettyPrinter
public interface PrettyPrinter extends Closeable
- Since:
- 14.0
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPrettyPrinter.PrettyPrintMode
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static PrettyPrinterforMode(PrettyPrinter.PrettyPrintMode mode, org.aesh.command.shell.Shell shell, PrettyRowPrinter rowPrinter)default voidprint(Iterable<Map<String,String>> it)default voidprint(Iterator<String> it)voidprintItem(Map<String,String> item)
-
-
-
Method Detail
-
forMode
static PrettyPrinter forMode(PrettyPrinter.PrettyPrintMode mode, org.aesh.command.shell.Shell shell, PrettyRowPrinter rowPrinter)
-
-