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

lt.repl.LineReader Maven / Gradle / Ivy

package lt.repl;

/**
 * reads a line
 */
public interface LineReader {
        String readLine() throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy