public class Console extends CommandMessage
| Modifier and Type | Field and Description |
|---|---|
protected String |
Command
The actual console command.
|
| Constructor and Description |
|---|
Console()
Creates new instance of command Console.
|
Console(Console original)
Cloning constructor.
|
Console(String Command)
Creates new instance of command Console.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCommand()
The actual console command.
|
Console |
setCommand(String Command)
The actual console command.
|
String |
toHtmlString() |
String |
toMessage() |
String |
toString() |
protected String Command
public Console(String Command)
Command - The actual console command.public Console()
public Console(Console original)
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.