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

com.orientechnologies.common.console.OConsoleReader Maven / Gradle / Ivy

The newest version!
package com.orientechnologies.common.console;

import java.io.IOException;

public interface OConsoleReader {
  public String readLine() throws IOException;

  public void setConsole(OConsoleApplication console);

  public OConsoleApplication getConsole();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy