public interface OConsoleReader
Modifier and Type | Field and Description |
---|---|
static int |
FALLBACK_CONSOLE_WIDTH |
Modifier and Type | Method and Description |
---|---|
int |
getConsoleWidth() |
String |
readLine() |
String |
readPassword() |
void |
setConsole(OConsoleApplication console) |
static final int FALLBACK_CONSOLE_WIDTH
String readLine() throws IOException
IOException
void setConsole(OConsoleApplication console)
String readPassword() throws IOException
IOException
int getConsoleWidth()
Copyright © 2009–2020 OrientDB. All rights reserved.