public abstract class AbstractEditMode extends Object implements EditMode
Modifier and Type | Field and Description |
---|---|
protected int |
eofCounter |
protected int |
ignoreEof |
Constructor and Description |
---|
AbstractEditMode() |
Modifier and Type | Method and Description |
---|---|
protected void |
checkEof() |
void |
init(Console console) |
protected boolean |
isAskingForCompletions() |
void |
resetEOF() |
void |
setAskForCompletions(boolean askForCompletions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCurrentAction, getMode, parseInput
public void setAskForCompletions(boolean askForCompletions)
setAskForCompletions
in interface EditMode
protected boolean isAskingForCompletions()
protected void checkEof()
Copyright © 2017 JBoss, a division of Red Hat, Inc.. All Rights Reserved.