class Command
Defined at line 16 of file ../../src/lib/icu/tools/extractor/command.h
Base class for extractor commands
Public Methods
std::string_view Name ()
Provides the name of the command.
int Execute (const fxl::CommandLine & command_line, const fxl::CommandLine & sub_command_line)
Executes the command.
Parameters:
command_line: The complete icu_data_extractor command line from argc and argv.
sub_command_line: The sub-command, starting with
<Name
()>.
void PrintDocs (std::ostream & os)
Prints --help documentation for this command.
void ~Command ()
Defined at line 18 of file ../../src/lib/icu/tools/extractor/command.h