Uses of Interface
org.eclipse.datatools.connectivity.drivers.IPropertySet

Packages that use IPropertySet
org.eclipse.datatools.connectivity.drivers   
 

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

Classes in org.eclipse.datatools.connectivity.drivers that implement IPropertySet
 class PropertySetImpl
          Implementation class of the property set
 

Methods in org.eclipse.datatools.connectivity.drivers that return IPropertySet
 IPropertySet DriverManager.createDefaultInstance(java.lang.String id)
          Creates a default instance of the driver.
 IPropertySet DriverInstance.getPropertySet()
          Returns the actual property set for the driver instance.
static IPropertySet[] XMLFileManager.loadPropertySets()
          Load all property sets from storage
 

Methods in org.eclipse.datatools.connectivity.drivers with parameters of type IPropertySet
 void DriverManager.addDriverInstance(IPropertySet pset)
          Adds a new driver instance to the Drivers file
static void XMLFileManager.saveNamedPropertySet(IPropertySet[] pss)
          Save property sets
 

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