Mobile Tools for Java
Release 1.0

org.eclipse.mtj.toolkit.uei
Class UEIDeviceImporter

java.lang.Object
  extended by org.eclipse.mtj.toolkit.uei.UEIDeviceImporter
All Implemented Interfaces:
IDeviceImporter

public class UEIDeviceImporter
extends Object
implements IDeviceImporter

A device importer implementation that imports device information from a UEI device emulator.


Field Summary
static String PROP_TOOLKIT_NAME
          A non-standard property name in the device properties to hold the emulator version
 
Constructor Summary
UEIDeviceImporter()
           
 
Method Summary
 IDevice[] getMatchingDevices(File directory, IProgressMonitor monitor)
          Return the fully configured device instances found in the specified directory or null if no devices are recognized by this importer in this directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_TOOLKIT_NAME

public static final String PROP_TOOLKIT_NAME
A non-standard property name in the device properties to hold the emulator version

See Also:
Constant Field Values
Constructor Detail

UEIDeviceImporter

public UEIDeviceImporter()
Method Detail

getMatchingDevices

public IDevice[] getMatchingDevices(File directory,
                                    IProgressMonitor monitor)
Description copied from interface: IDeviceImporter
Return the fully configured device instances found in the specified directory or null if no devices are recognized by this importer in this directory.

Specified by:
getMatchingDevices in interface IDeviceImporter
Returns:

Mobile Tools for Java
Release 1.0