Mobile Tools for Java
Release 1.0

org.eclipse.mtj.core.model.device
Interface IDevice2

All Superinterfaces:
IDevice, IPersistable
All Known Implementing Classes:
UEIDevice

public interface IDevice2
extends IDevice

An extension to the standard IDevice interface that allows the specification of a working directory.


Method Summary
 File getWorkingDirectory()
          Return the working directory to be used when launching the device emulation.
 
Methods inherited from interface org.eclipse.mtj.core.model.device.IDevice
getClasspath, getConfigurationLibrary, getDescription, getDeviceProperties, getGroupName, getLaunchCommand, getName, getPreverifier, getProfileLibrary, getProtectionDomains, isDebugServer, isPredeploymentRequired, setName
 
Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable
loadUsing, storeUsing
 

Method Detail

getWorkingDirectory

File getWorkingDirectory()
Return the working directory to be used when launching the device emulation.

Returns:

Mobile Tools for Java
Release 1.0