414243444546474849
} @Override public void execute(Context context, ProcessedCommand commandLine) { CommandBuffer commandBuffer = new CommandBufferImpl(); commandBuffer.addCommand(getName(), nesting()); context.getConnection().execute(context, commandBuffer); } }
232425262728293031
} @Override public void execute(Context context, ProcessedCommand commandLine) { CommandBuffer commandBuffer = new CommandBufferImpl(); commandBuffer.addCommand(commandLine, nesting()); context.getConnection().execute(context, commandBuffer); } }