public abstract class BaseCommand extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
(package private) Logger |
log
.
|
protected String |
unmatched
The unmatched text, only valid during an invocation.
|
context, out| Modifier | Constructor and Description |
|---|---|
protected |
BaseCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(String s) |
String |
getUnmatched() |
protected String |
readLine(String msg) |
protected String |
readLine(String msg,
boolean echo) |
UndeclaredThrowableException |
toScript(Throwable cause) |
peekContext, popContext, pushContextprotected BaseCommand()
public final String getUnmatched()
public final void execute(String s) throws ScriptException, IOException
ScriptExceptionIOExceptionpublic UndeclaredThrowableException toScript(Throwable cause)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.