|
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.launching.LaunchEnvironment
public class LaunchEnvironment
The launch environment provides the necessary information to an instance of IDevice for determining the correct command-line for executing the device.
EXPERIMENTAL. This class or interface 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.
| Constructor Summary | |
|---|---|
LaunchEnvironment()
|
|
| Method Summary | |
|---|---|
int |
getDebugListenerPort()
Return the port number to be used for debugging. |
ILaunchConfiguration |
getLaunchConfiguration()
Return the launch configuration that was used to launch the emulation. |
IMidletSuiteProject |
getMidletSuite()
|
boolean |
isDebugLaunch()
Return a boolean indicating whether the launch should be done for debug or not. |
void |
setDebugLaunch(boolean debugLaunch)
|
void |
setDebugListenerPort(int debugListenerPort)
|
void |
setLaunchConfiguration(ILaunchConfiguration launchConfiguration)
|
void |
setMidletSuite(IMidletSuiteProject midletSuite)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LaunchEnvironment()
| Method Detail |
|---|
public int getDebugListenerPort()
public ILaunchConfiguration getLaunchConfiguration()
public IMidletSuiteProject getMidletSuite()
public boolean isDebugLaunch()
public void setDebugLaunch(boolean debugLaunch)
debugLaunch - The debugLaunch to set.public void setDebugListenerPort(int debugListenerPort)
debugListenerPort - The debugListenerPort to set.public void setLaunchConfiguration(ILaunchConfiguration launchConfiguration)
launchConfiguration - The launchConfiguration to set.public void setMidletSuite(IMidletSuiteProject midletSuite)
midletSuite - The midletSuite to set.
|
Mobile Tools for Java Release 1.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||