|
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.impl.AbstractDevice
org.eclipse.mtj.toolkit.uei.UEIDevice
public class UEIDevice
Unified Emulator Interface (UEI) implementation of the IDevice interface.
EXPERIMENTAL. This class has been added as part of a work in progress. There is no guarantee that this API will work or that it will remain the same. Please do not use this API without consulting with the MTJ team.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.mtj.core.model.device.impl.AbstractDevice |
|---|
bundle, classpath, debugServer, description, deviceProperties, executable, groupName, launchCommandTemplate, name, preverifier, protectionDomains |
| Constructor Summary | |
|---|---|
UEIDevice()
Creates a new UEIDeviceInternal |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
boolean |
equals(UEIDevice device)
Test equality on a UEI device and return a boolean indicating equality. |
String |
getLaunchCommand(LaunchEnvironment launchEnvironment,
IProgressMonitor monitor)
Return the command-line arguments for launching this device given the specified launch environment. |
File |
getWorkingDirectory()
Return the working directory to be used when launching the device emulation. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.eclipse.mtj.core.model.device.IDevice |
|---|
getClasspath, getConfigurationLibrary, getDescription, getDeviceProperties, getGroupName, getName, getPreverifier, getProfileLibrary, getProtectionDomains, isDebugServer, isPredeploymentRequired, setName |
| Methods inherited from interface org.eclipse.mtj.core.persistence.IPersistable |
|---|
loadUsing, storeUsing |
| Constructor Detail |
|---|
public UEIDevice()
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic boolean equals(UEIDevice device)
device - the reference device with which to compare.
true if this object is the same as the device
argument; false otherwise.
public String getLaunchCommand(LaunchEnvironment launchEnvironment,
IProgressMonitor monitor)
throws CoreException
IDevice
getLaunchCommand in interface IDeviceCoreExceptionpublic File getWorkingDirectory()
IDevice2
getWorkingDirectory in interface IDevice2public int hashCode()
hashCode in class Object
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||