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
public abstract class AbstractPrettyPrinter extends Object implements PrettyPrinter
- Since:
- 14.0
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.infinispan.cli.printers.PrettyPrinter
PrettyPrinter.PrettyPrintMode
-
-
Field Summary
Fields Modifier and Type Field Description protected org.aesh.command.shell.Shellshell
-
Constructor Summary
Constructors Modifier Constructor Description protectedAbstractPrettyPrinter(org.aesh.command.shell.Shell shell)
-