Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.importer
Interface IDeviceImporter

All Known Implementing Classes:
JavaEmulatorDeviceImporter, UEIDeviceImporter

public interface IDeviceImporter

Instances of IDeviceImporter are presented with a set of directories for which the instance may return one or more device instances. IDeviceImporters are provided to the system via the deviceImporter extension point.


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.
 

Method Detail

getMatchingDevices

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.

Parameters:
directory -
monitor -
Returns:

Mobile Tools for Java
Release 1.0