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
  • Field Details

    • shell

      protected final org.aesh.command.shell.Shell shell
  • Constructor Details

    • AbstractPrettyPrinter

      protected AbstractPrettyPrinter(org.aesh.command.shell.Shell shell)