Package org.infinispan.cli.printers
Class TablePrettyPrinter
- java.lang.Object
-
- org.infinispan.cli.printers.TablePrettyPrinter
-
- All Implemented Interfaces:
Closeable,AutoCloseable,PrettyPrinter
public class TablePrettyPrinter extends Object implements PrettyPrinter
- Since:
- 14.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.cli.printers.PrettyPrinter
PrettyPrinter.PrettyPrintMode
-
-
Constructor Summary
Constructors Constructor Description TablePrettyPrinter(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
-
TablePrettyPrinter
public TablePrettyPrinter(org.aesh.command.shell.Shell shell, PrettyRowPrinter rowPrinter)
-
-
Method Detail
-
printItem
public void printItem(Map<String,String> item)
- Specified by:
printItemin interfacePrettyPrinter
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-