Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.device
Class DeviceImporterElement

java.lang.Object
  extended by org.eclipse.mtj.core.model.device.DeviceImporterElement

public class DeviceImporterElement
extends Object

Wraps an IConfigurationElement for use as a device importer.


Constructor Summary
DeviceImporterElement(IConfigurationElement element)
          Construct a new wrapper around the specified element.
 
Method Summary
 IDeviceImporter getDeviceImporter()
          Get the device importer for the configuration element.
 String getId()
          Return the id of this extension element.
 String getName()
          Return the name of this extension element.
 int getPriority()
          Return the priority of this element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeviceImporterElement

public DeviceImporterElement(IConfigurationElement element)
Construct a new wrapper around the specified element.

Parameters:
element -
Method Detail

getDeviceImporter

public IDeviceImporter getDeviceImporter()
                                  throws CoreException
Get the device importer for the configuration element.

Returns:
Throws:
CoreException

getId

public String getId()
Return the id of this extension element.

Returns:

getName

public String getName()
Return the name of this extension element.

Returns:

getPriority

public int getPriority()
Return the priority of this element.

Returns:

Mobile Tools for Java
Release 1.0