
public abstract class OrientConsole extends com.orientechnologies.common.console.OConsoleApplication implements OTableFormatter.OTableOutput
| Constructor and Description |
|---|
OrientConsole(java.lang.String[] args) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
format(java.lang.String iValue,
int iMaxSize) |
boolean |
historyEnabled() |
protected void |
onAfter() |
protected void |
onBefore() |
protected void |
onException(java.lang.Throwable e) |
void |
onMessage(java.lang.String text,
java.lang.Object... args) |
protected void |
printApplicationInfo() |
addCommand, error, execute, executeBatch, executeCommands, executeServerCommand, formatCommandSpecs, getClearName, getCommandLine, getConsoleMethods, getConsoleWidth, getContext, getCorrectMethodName, getMethod, getOnlineHelp, getPrompt, getVerboseLevel, help, isCollectingCommands, isComment, isEchoEnabled, isInteractiveMode, isPropertyEnabled, message, run, setOutput, setReader, syntaxErrorpublic void onMessage(java.lang.String text,
java.lang.Object... args)
onMessage in interface OTableFormatter.OTableOutputprotected void onException(java.lang.Throwable e)
onException in class com.orientechnologies.common.console.OConsoleApplicationprotected void onBefore()
onBefore in class com.orientechnologies.common.console.OConsoleApplicationprotected void printApplicationInfo()
protected void onAfter()
onAfter in class com.orientechnologies.common.console.OConsoleApplicationprotected java.lang.String format(java.lang.String iValue,
int iMaxSize)
public boolean historyEnabled()
Copyright © 2009–2022 OrientDB. All rights reserved.