SDK Provider

Identifier:
org.eclipse.mtj.core.sdkprovider

Since:
1.1

Description:
Extensions of this extension point provide instances of the class org.eclipse.mtj.sdk.ISDKProvider interface. These providers are queried by the system for their org.eclipse.mtj.sdk.ISDK instances. ISDK instances provide access to IDevice instances.

Configuration Markup:

<!ELEMENT extension (sdkprovider)>

<!ATTLIST extension

name  CDATA #IMPLIED

point CDATA #REQUIRED

id    CDATA #IMPLIED

>

SDK Provider



<!ELEMENT sdkprovider EMPTY>

<!ATTLIST sdkprovider

name  CDATA #IMPLIED

class CDATA #REQUIRED

>



Copyright (c) 2009 Research In Motion Limited.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html