Class: Dratools::Commands::SizeCommand
- Inherits:
-
BaseCommand
- Object
- BaseCommand
- Dratools::Commands::SizeCommand
- Defined in:
- lib/dratools/commands/size_command.rb
Overview
実ファイルの Content-Length を HEAD で集計する。
Constant Summary collapse
- DEFAULT_SIZE_TIMEOUT_SECONDS =
DownloadService::DEFAULT_SIZE_TIMEOUT_SECONDS
- TSV_COLUMNS =
%w[accession files size unresolved].freeze
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
Constructor Details
This class inherits a constructor from Dratools::Commands::BaseCommand