Uses of Class
org.eclipse.datatools.connectivity.drivers.models.TemplateDescriptor

Packages that use TemplateDescriptor
org.eclipse.datatools.connectivity.drivers   
org.eclipse.datatools.connectivity.drivers.models   
 

Uses of TemplateDescriptor in org.eclipse.datatools.connectivity.drivers
 

Methods in org.eclipse.datatools.connectivity.drivers that return TemplateDescriptor
 TemplateDescriptor DriverInstance.getTemplate()
          Get the Template the Driver Instance was based on.
 

Methods in org.eclipse.datatools.connectivity.drivers with parameters of type TemplateDescriptor
 java.lang.String DriverManager.updatePluginJarList(TemplateDescriptor template)
          Updates the jar list if it contains any [PLUGIN] tags, replacing them with the actual path referenced.
 

Constructors in org.eclipse.datatools.connectivity.drivers with parameters of type TemplateDescriptor
DriverValidator(TemplateDescriptor template, IPropertySet instance)
          Constructor
DriverInstance(TemplateDescriptor template, IPropertySet instance)
          Constructor to pass an explicit template along with the property set.
 

Uses of TemplateDescriptor in org.eclipse.datatools.connectivity.drivers.models
 

Methods in org.eclipse.datatools.connectivity.drivers.models that return TemplateDescriptor
static TemplateDescriptor[] TemplateDescriptor.getDriverTemplateDescriptors()
          Returns all contributed driver templates.
static TemplateDescriptor TemplateDescriptor.getDriverTemplateDescriptor(java.lang.String id)
          Returns the driver template with the given id.
 

Constructors in org.eclipse.datatools.connectivity.drivers.models with parameters of type TemplateDescriptor
MySafeRunnable(TemplateDescriptor[] instance, IConfigurationElement element)
           
 



Copyright © 2006 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.