Adds command(s) to the tail of the command buffer
(String text)
| 173 | * Adds command(s) to the tail of the command buffer |
| 174 | */ |
| 175 | public static void AddText(String text) { |
| 176 | buffer.addAll(splitCommandLine(text)); |
| 177 | } |
| 178 | |
| 179 | /** |
| 180 | * Execute all command is the buffer |