Package org.infinispan.cli.printers
Class CsvPrettyPrinter
- java.lang.Object
-
- org.infinispan.cli.printers.AbstractPrettyPrinter
-
- org.infinispan.cli.printers.CsvPrettyPrinter
-
- All Implemented Interfaces:
Closeable,AutoCloseable,PrettyPrinter
public class CsvPrettyPrinter extends AbstractPrettyPrinter
- Since:
- 14.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.cli.printers.PrettyPrinter
PrettyPrinter.PrettyPrintMode
-
-
Field Summary
-
Fields inherited from class org.infinispan.cli.printers.AbstractPrettyPrinter
shell
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCsvPrettyPrinter(org.aesh.command.shell.Shell shell, PrettyRowPrinter rowPrinter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidprintItem(Map<String,String> item)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.infinispan.cli.printers.PrettyPrinter
print, print
-
-
-
-
Constructor Detail
-
CsvPrettyPrinter
protected CsvPrettyPrinter(org.aesh.command.shell.Shell shell, PrettyRowPrinter rowPrinter)
-
-
Method Detail
-
close
public void close() throws IOException- Throws:
IOException
-
-