public final class CommandRegistry extends Object
| 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 CommandRegistry getCommandRegistry()
public SchemaCrawlerCommand<?> configureNewCommand(String command, SchemaCrawlerOptions schemaCrawlerOptions, Config additionalConfig, OutputOptions outputOptions) throws SchemaCrawlerException
SchemaCrawlerExceptionpublic Collection<PluginCommand> getCommandLineCommands()
public Collection<PluginCommand> getHelpCommands()
public Collection<CommandDescription> getSupportedCommands()
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.