public interface CommandProvider
| Modifier and Type | Method and Description |
|---|---|
PluginCommand |
getCommandLineCommand() |
default PluginCommand |
getHelpCommand() |
Collection<CommandDescription> |
getSupportedCommands() |
SchemaCrawlerCommand<?> |
newSchemaCrawlerCommand(String command,
Config config) |
boolean |
supportsOutputFormat(String command,
OutputOptions outputOptions) |
boolean |
supportsSchemaCrawlerCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
PluginCommand getCommandLineCommand()
default PluginCommand getHelpCommand()
Collection<CommandDescription> getSupportedCommands()
SchemaCrawlerCommand<?> newSchemaCrawlerCommand(String command, Config config)
boolean supportsOutputFormat(String command, OutputOptions outputOptions)
boolean supportsSchemaCrawlerCommand(String command, SchemaCrawlerOptions schemaCrawlerOptions, Config additionalConfig, OutputOptions outputOptions)
Copyright © 2000-2024 Sualeh Fatehi. All rights reserved.