|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.mtj.core.model.device.DeviceFactory
public class DeviceFactory
The device factory allows access to creation of devices based on the available registered device importers.
| Field Summary | |
|---|---|
static String |
EXT_DEVICE_IMPORTERS
The extension point for use in registering new device importers. |
| Method Summary | |
|---|---|
static void |
findDevices(File directory,
IFoundDevicesList foundDevices,
IProgressMonitor monitor)
Return all devices that can be found in the specified directory or any subdirectories. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String EXT_DEVICE_IMPORTERS
| Method Detail |
|---|
public static void findDevices(File directory,
IFoundDevicesList foundDevices,
IProgressMonitor monitor)
throws CoreException,
InterruptedException
directory - foundDevices - monitor -
CoreException
InterruptedException - if the user cancels the operation
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||