Class: Dratools::Commands::ProbeCommand

Inherits:
BaseCommand show all
Defined in:
lib/dratools/commands/probe_command.rb

Overview

短時間の接続確認だけを行う(完全なダウンロードはしない)。

Constant Summary collapse

DEFAULT_PROBE_TIMEOUT_SECONDS =
DownloadService::DEFAULT_PROBE_TIMEOUT_SECONDS
PROBE_SUCCESS_PREFIX =
'OK'

Constants inherited from BaseCommand

BaseCommand::DEFAULT_FILE_TYPE, BaseCommand::DEFAULT_PROTOCOL, BaseCommand::FAILURE_EXIT_STATUS, BaseCommand::MISSING_VALUE, BaseCommand::SUCCESS_EXIT_STATUS, BaseCommand::VALID_FILE_TYPES, BaseCommand::VALID_PROTOCOLS

Method Summary

Methods inherited from BaseCommand

#initialize, #run

Constructor Details

This class inherits a constructor from Dratools::Commands::BaseCommand