Package org.infinispan.cli.printers
Class AbstractPrettyPrinter
java.lang.Object
org.infinispan.cli.printers.AbstractPrettyPrinter
- All Implemented Interfaces:
Closeable,AutoCloseable,PrettyPrinter
- Direct Known Subclasses:
CsvPrettyPrinter,JsonPrettyPrinter
- Since:
- 14.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.infinispan.cli.printers.PrettyPrinter
PrettyPrinter.PrettyPrintMode -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractPrettyPrinter(org.aesh.command.shell.Shell shell) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.infinispan.cli.printers.PrettyPrinter
print, print, printItem
-
Field Details
-
shell
protected final org.aesh.command.shell.Shell shell
-
-
Constructor Details
-
AbstractPrettyPrinter
protected AbstractPrettyPrinter(org.aesh.command.shell.Shell shell)
-