Mobile Tools for Java
Release 1.0

Uses of Interface
org.eclipse.mtj.core.sdk.device.IDeviceClasspath

Packages that use IDeviceClasspath
org.eclipse.mtj.core This package provides core constants and models. 
org.eclipse.mtj.core.sdk.device This package provides an API for managing the device definition and importing. 
 

Uses of IDeviceClasspath in org.eclipse.mtj.core
 

Methods in org.eclipse.mtj.core that return IDeviceClasspath
static IDeviceClasspath MTJCore.createNewDeviceClasspath()
          Construct a new deviceClasspath instance.
 

Uses of IDeviceClasspath in org.eclipse.mtj.core.sdk.device
 

Methods in org.eclipse.mtj.core.sdk.device that return IDeviceClasspath
 IDeviceClasspath IDevice.getClasspath()
          Return the deviceClasspath provided by the device.
 

Methods in org.eclipse.mtj.core.sdk.device with parameters of type IDeviceClasspath
 boolean IDeviceClasspath.equals(IDeviceClasspath deviceClasspath)
          Test the equality of this class with another deviceClasspath.
 


Mobile Tools for Java
Release 1.0