|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IDeviceFinder
The device factory allows access to creation of devices based on the available registered device importers.
| Method Summary | |
|---|---|
List<IDevice> |
findDevices(File directory,
IProgressMonitor monitor)
Return all devices that can be found in the specified directory or any sub-directories. |
List<IDevice> |
findDevices(String deviceImporterID,
File directory,
IProgressMonitor monitor)
Return all devices that can be found in the specified directory or any sub-directories. |
| Method Detail |
|---|
List<IDevice> findDevices(String deviceImporterID,
File directory,
IProgressMonitor monitor)
throws CoreException,
InterruptedException
deviceImporterID - directory - monitor -
CoreException
InterruptedException - if the operation detects a request to
cancel, using IProgressMonitor.isCanceled(), it should exit
by throwing InterruptedException.
List<IDevice> findDevices(File directory,
IProgressMonitor monitor)
throws CoreException,
InterruptedException
directory - monitor -
CoreException
InterruptedException - if the operation detects a request to
cancel, using IProgressMonitor.isCanceled(), it should exit
by throwing InterruptedException.
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||