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

io.hyperfoil.cli.Pager Maven / Gradle / Ivy

package io.hyperfoil.cli;

import java.io.File;

import org.aesh.command.CommandException;

import io.hyperfoil.cli.context.HyperfoilCommandInvocation;

public interface Pager {
   void open(HyperfoilCommandInvocation invocation, String text, String prefix, String suffix) throws CommandException;

   void open(HyperfoilCommandInvocation invocation, File file) throws CommandException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy