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