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 CommandBuffer
public boolean addCommand(ProcessedCommand commandLine, int nesting)
addCommand
in interface CommandBuffer
public List<ProcessedCommand> getBufferedCommands()
getBufferedCommands
in interface CommandBuffer
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.