ODA Connection Profiles Store

Identifier:
org.eclipse.datatools.connectivity.oda.profile.profileStore

Since:
3.2.7 (DTP 1.9.2)

Description:
The profileStore extension point allows a client to define a default file extension for any connection profiles store that has no file extension. If no extensions of this extension point are registered, an user may specify a profile stores file with no extension. If multiple default fileExtension elements are registered, only one will be applied. Adopters should ensure that its client application installs only one extension of this extension point.

Configuration Markup:

<!ELEMENT extension (fileExtension)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED

>


<!ELEMENT fileExtension EMPTY>

<!ATTLIST fileExtension

default CDATA #REQUIRED

>

Defines the file extension to be associated with a connection profile store.



Examples:

     <extension
           point="org.eclipse.datatools.connectivity.oda.profile.profileStore">
        <fileExtension
              default="profiles">
        </fileExtension>
     </extension>
This extension example specifies the default file extension "profiles" to be automatically associated with a connection profile store that has no user-defined file extension.

API Information:
No API implementation is applicable.

Supplied Implementation:
N/A


Copyright (c) 2011 Actuate 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/.