ProfileManagerInitializationProvider

Identifier:
org.eclipse.datatools.connectivity.ProfileManagerInitializationProvider

Since:
DTP 1.6

Description:
This extension point will provide a way for a sample profile to be populated at start-up time.

Configuration Markup:

<!ELEMENT extension (connection)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT connection (property*)>

<!ATTLIST connection

jarList               CDATA #IMPLIED

connectionProfileName CDATA #REQUIRED

connectionProfileID   CDATA #REQUIRED

driverDefinitionName  CDATA #REQUIRED

driverTemplateID      CDATA #REQUIRED

connectionInitializer CDATA #REQUIRED

>


<!ELEMENT property EMPTY>

<!ATTLIST property

id    CDATA #REQUIRED

value CDATA #REQUIRED

>

Collection of properties for specifying the properties needed by the driver template. If a property value requires the location of a plugin's state location, enter the value as follows: value="Plugin_State_Location/sample_value"> Plugin_State_Location will be substituted with the declaring extension's state location.



Examples:
[Enter extension point usage example here.]

API Information:
[Enter API information here.]

Supplied Implementation:
[Enter information about supplied implementation of this extension point.]


Copyright (c) 2008 IBM Corporation. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 which accompanies this distribution, and is available at https://www.eclipse.org/legal/epl-2.0/.