| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SQLDevToolsUIConfigRegistry
Registry for SQLDevToolsUIConfigurations contributed to SQL tools framework.
| Method Summary | |
|---|---|
|  SQLDevToolsUIConfiguration | getConfiguration(java.lang.String product,
                 java.lang.String version)Returns the SQLDevToolsUIConfigurationobject corresponding to the product name and version. | 
|  SQLDevToolsUIConfiguration | getConfigurationById(java.lang.String id)Returns the SQLDevToolsUIConfigurationobject by the unique identifier defined in
 org.eclipse.datatools.sqltools.editor.core.dbFactories extension point. | 
|  SQLDevToolsUIConfiguration | getConfigurationByName(java.lang.String name)Returns the SQLDevToolsUIConfigurationobject by the database definition name. | 
|  SQLDevToolsUIConfiguration | getConfigurationByVendorIdentifier(org.eclipse.datatools.sqltools.core.DatabaseVendorDefinitionId id)Returns the SQLDevToolsUIConfigurationobject by theDatabaseVendorDefinitionIdobject | 
|  java.util.Collection | getConfigurations()Returns all the SQLDevToolsUIConfigurations | 
|  java.util.Collection | getProducts()Returns the product names. | 
|  java.util.Collection | getVersions(java.lang.String product)Returns all the version strings for the given product name | 
| Method Detail | 
|---|
java.util.Collection getProducts()
java.util.Collection getConfigurations()
SQLDevToolsUIConfigurations
SQLDevToolsUIConfiguration collectionjava.util.Collection getVersions(java.lang.String product)
product - product name
SQLDevToolsUIConfiguration getConfiguration(java.lang.String product,
                                            java.lang.String version)
SQLDevToolsUIConfiguration object corresponding to the product name and version.
product - version - 
SQLDevToolsUIConfiguration objectSQLDevToolsUIConfiguration getConfigurationByVendorIdentifier(org.eclipse.datatools.sqltools.core.DatabaseVendorDefinitionId id)
SQLDevToolsUIConfiguration object by the DatabaseVendorDefinitionId object
id - DatabaseVendorDefinitionId object represented by product name and version
SQLDevToolsUIConfiguration objectSQLDevToolsUIConfiguration getConfigurationById(java.lang.String id)
SQLDevToolsUIConfiguration object by the unique identifier defined in
 org.eclipse.datatools.sqltools.editor.core.dbFactories extension point.
id - SQLDevToolsUIConfiguration id
SQLDevToolsUIConfiguration objectSQLDevToolsUIConfiguration getConfigurationByName(java.lang.String name)
SQLDevToolsUIConfiguration object by the database definition name.
name - database definition name, which is product name appended by "_" and version.
SQLDevToolsUIConfiguration object| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||