|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SQLDevToolsUIConfigRegistry
Registry for SQLDevToolsUIConfiguration
s contributed to SQL tools framework.
Method Summary | |
---|---|
SQLDevToolsUIConfiguration |
getConfiguration(java.lang.String product,
java.lang.String version)
Returns the SQLDevToolsUIConfiguration object corresponding to the product name and version. |
SQLDevToolsUIConfiguration |
getConfigurationById(java.lang.String id)
Returns the SQLDevToolsUIConfiguration object by the unique identifier defined in
org.eclipse.datatools.sqltools.editor.core.dbFactories extension point. |
SQLDevToolsUIConfiguration |
getConfigurationByName(java.lang.String name)
Returns the SQLDevToolsUIConfiguration object by the database definition name. |
SQLDevToolsUIConfiguration |
getConfigurationByVendorIdentifier(org.eclipse.datatools.sqltools.core.DatabaseVendorDefinitionId id)
Returns the SQLDevToolsUIConfiguration object by the DatabaseVendorDefinitionId object |
java.util.Collection |
getConfigurations()
Returns all the SQLDevToolsUIConfiguration s |
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()
SQLDevToolsUIConfiguration
s
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 |