All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.infinispan.cli.printers.AbstractPrettyPrinter Maven / Gradle / Ivy

package org.infinispan.cli.printers;

import org.aesh.command.shell.Shell;

/**
 * @since 14.0
 **/
public abstract class AbstractPrettyPrinter implements PrettyPrinter {
   protected final Shell shell;

   protected AbstractPrettyPrinter(Shell shell) {
      this.shell = shell;
   }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy