public interface AwbConsole
| Modifier and Type | Method and Description |
|---|---|
void |
appendText(java.lang.String text)
This method can be used in order to append the console output from a remote container.
|
void |
appendText(java.lang.String text,
boolean isError)
This method can be used in order to append text to the current console
|
void |
appendText(java.util.Vector<java.lang.String> linesToPrint)
Appends a Vector
|
boolean |
isLocalConsole()
Return if the current console is a local console (from current JVM).
|
void |
setLocalConsole(boolean isLocalConsole)
Sets if the current console is a local console.
|
boolean isLocalConsole()
void setLocalConsole(boolean isLocalConsole)
isLocalConsole - the new checks if is local consolevoid appendText(java.util.Vector<java.lang.String> linesToPrint)
lines2transfer - the lines to printvoid appendText(java.lang.String text)
text - the text to print outvoid appendText(java.lang.String text,
boolean isError)
text - the text to printisError - specifies if the text is an error or not