
com.github.dakusui.cmd.io.LineReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commandrunner Show documentation
Show all versions of commandrunner Show documentation
Command line runner library for Java
package com.github.dakusui.cmd.io;
import com.github.dakusui.cmd.exceptions.CommandException;
public interface LineReader {
String read() throws CommandException;
void close() throws CommandException;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy