|
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.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.
| 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 | |||||||||