org.eclipse.mtj.toolkit.uei
Class UEIDeviceImporter
java.lang.Object
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 |
|
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 |
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
UEIDeviceImporter
public UEIDeviceImporter()
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: