public abstract class BaseCatalogLoader extends Object implements CatalogLoader
Modifier and Type | Method and Description |
---|---|
int |
compareTo(CatalogLoader otherCatalogLoader) |
Catalog |
getCatalog() |
CommandDescription |
getCommandDescription() |
PluginCommand |
getCommandLineCommand() |
Connection |
getConnection() |
int |
getPriority() |
SchemaCrawlerOptions |
getSchemaCrawlerOptions() |
SchemaRetrievalOptions |
getSchemaRetrievalOptions() |
void |
setAdditionalConfiguration(Config additionalConfig) |
void |
setCatalog(Catalog catalog) |
void |
setConnection(Connection connection) |
void |
setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions) |
void |
setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getHelpCommand, loadCatalog
public int compareTo(CatalogLoader otherCatalogLoader)
compareTo
in interface Comparable<CatalogLoader>
public Catalog getCatalog()
getCatalog
in interface CatalogLoader
public CommandDescription getCommandDescription()
getCommandDescription
in interface CatalogLoader
public PluginCommand getCommandLineCommand()
getCommandLineCommand
in interface CatalogLoader
public Connection getConnection()
getConnection
in interface CatalogLoader
public int getPriority()
getPriority
in interface CatalogLoader
public SchemaCrawlerOptions getSchemaCrawlerOptions()
getSchemaCrawlerOptions
in interface CatalogLoader
public SchemaRetrievalOptions getSchemaRetrievalOptions()
getSchemaRetrievalOptions
in interface CatalogLoader
public void setAdditionalConfiguration(Config additionalConfig)
setAdditionalConfiguration
in interface CatalogLoader
additionalConfig
- the additionalConfig to setpublic void setCatalog(Catalog catalog)
setCatalog
in interface CatalogLoader
public void setConnection(Connection connection)
setConnection
in interface CatalogLoader
public void setSchemaCrawlerOptions(SchemaCrawlerOptions schemaCrawlerOptions)
setSchemaCrawlerOptions
in interface CatalogLoader
public void setSchemaRetrievalOptions(SchemaRetrievalOptions schemaRetrievalOptions)
setSchemaRetrievalOptions
in interface CatalogLoader
Copyright © 2000-2021 Sualeh Fatehi. All rights reserved.