public abstract class BaseCommandProvider extends Object implements CommandProvider
| Constructor and Description |
|---|
BaseCommandProvider(Collection<CommandDescription> supportedCommands) |
BaseCommandProvider(CommandDescription supportedCommand) |
| Modifier and Type | Method and Description |
|---|---|
PluginCommand |
getCommandLineCommand() |
Collection<CommandDescription> |
getSupportedCommands() |
boolean |
supportsSchemaCrawlerCommand(String command,
SchemaCrawlerOptions schemaCrawlerOptions,
Config additionalConfig,
OutputOptions outputOptions) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetHelpCommand, newSchemaCrawlerCommand, supportsOutputFormatpublic BaseCommandProvider(Collection<CommandDescription> supportedCommands)
public BaseCommandProvider(CommandDescription supportedCommand)
public PluginCommand getCommandLineCommand()
getCommandLineCommand in interface CommandProviderpublic final Collection<CommandDescription> getSupportedCommands()
getSupportedCommands in interface CommandProviderpublic boolean supportsSchemaCrawlerCommand(String command, SchemaCrawlerOptions schemaCrawlerOptions, Config additionalConfig, OutputOptions outputOptions)
supportsSchemaCrawlerCommand in interface CommandProviderCopyright © 2000-2024 Sualeh Fatehi. All rights reserved.