|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.datatools.connectivity.sqm.core.mappings.ProviderIDMappingRegistry
public class ProviderIDMappingRegistry
A mapping utility that can be used to get the connection profile provider ID from a driver template category ID or from a vendor/version combination.
EXPERIMENTAL. This class or interface has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the DTP Connectivity team.
Method Summary | |
---|---|
java.lang.String |
getCategoryIDforProviderID(java.lang.String providerID)
Get the first driver template category mapped to the incoming provider ID. |
static ProviderIDMappingRegistry |
getInstance()
Get the public instance |
java.lang.String |
getProviderIDforDriverCategoryID(java.lang.String driverCategoryID)
Category ID comes in. |
java.lang.String |
getProviderIDforVendorVersion(java.lang.String vendor,
java.lang.String version)
Get the provider ID for the incoming vendor/version combo. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static ProviderIDMappingRegistry getInstance()
public java.lang.String getProviderIDforDriverCategoryID(java.lang.String driverCategoryID)
driverCategoryID
-
public java.lang.String getCategoryIDforProviderID(java.lang.String providerID)
providerID
-
public java.lang.String getProviderIDforVendorVersion(java.lang.String vendor, java.lang.String version)
vendor
- version
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |