public final class CommandRegistry extends Object
| Modifier and Type | Field and Description |
|---|---|
static Comparator<? super CommandProvider> |
commandComparator |
| Modifier and Type | Method and Description |
|---|---|
SchemaCrawlerCommand<?> |
configureNewCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
Collection<PluginCommand> |
getCommandLineCommands() |
static CommandRegistry |
getCommandRegistry() |
Collection<PluginCommand> |
getHelpCommands() |
Collection<CommandDescription> |
getSupportedCommands() |
public static final Comparator<? super CommandProvider> commandComparator
public static CommandRegistry getCommandRegistry()
public SchemaCrawlerCommand<?> configureNewCommand(String command, SchemaCrawlerOptions schemaCrawlerOptions, Config additionalConfig, OutputOptions outputOptions)
public Collection<PluginCommand> getCommandLineCommands()
public Collection<PluginCommand> getHelpCommands()
public Collection<CommandDescription> getSupportedCommands()
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.