Mobile Tools for Java
Release 1.0

Package org.eclipse.mtj.core.importer

This package provides an API for importing libraries, javadocs and devices.

See:
          Description

Interface Summary
IDeviceImporter Instances of IDeviceImporter are presented with a set of directories for which the instance may return one or more device instances.
JavadocDetector.IJavadocSearchStrategy a javadoc search strategy interface, user can implement this interface to provide different javadoc search strategy such as search the library's javadoc on local file system or search the javadoc on the website.
 

Class Summary
JavadocDetector helper class to detect the javadoc location
JavadocDetector.GenericLocalFSSearch a generic javadoc search strategy, it search the library's javadoc on the local file system,
LibraryImporter A helper class for the importing of a Library instance based on a java.io.File.
 

Package org.eclipse.mtj.core.importer Description

This package provides an API for importing libraries, javadocs and devices.


Mobile Tools for Java
Release 1.0