public class CommandBufferImpl extends Object implements CommandBuffer
| Constructor and Description |
|---|
CommandBufferImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addCommand(ProcessedCommand commandLine,
int nesting) |
List<ProcessedCommand> |
getBufferedCommands() |
void |
reset() |
String |
toString() |
public void reset()
reset in interface CommandBufferpublic boolean addCommand(ProcessedCommand commandLine, int nesting)
addCommand in interface CommandBufferpublic List<ProcessedCommand> getBufferedCommands()
getBufferedCommands in interface CommandBufferCopyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.